Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nithyatsu committed Mar 7, 2023
1 parent bb03870 commit d5c719c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/Chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ global:
tag: latest
appcorerp:
image: radius.azurecr.io/appcore-rp
tag: latsadest # Tag for appcore-rp image.
tag: latest # Tag for appcore-rp image.
provider:
azure: {}
ucp:
image: radius.azurecr.io/ucpd
tag: latest1 # Tag for ucp image.
tag: latest # Tag for ucp image.
radius:
container: radius.azurecr.io/radius-controller
tag: latest1 # Tag for radius-controller image.
tag: latest # Tag for radius-controller image.
rp:
provider:
azure: {}
publicEndpointOverride: ""
prometheus:
enabled: true
path: "/metrics"
port: 9090
port: 9090
2 changes: 2 additions & 0 deletions pkg/cli/helm/radiusclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ func ApplyRadiusHelmChart(options RadiusOptions, kubeContext string) (bool, erro
return alreadyInstalled, err
}

/*
func GetTracerProvider(options RadiusOptions, kubeContext string) {
var helmOutput strings.Builder
Expand Down Expand Up @@ -241,6 +242,7 @@ func GetAzProvider(options RadiusOptions, kubeContext string) (*azure.Provider,
return &azProvider, nil
}
*/

func runRadiusHelmInstall(helmConf *helm.Configuration, helmChart *chart.Chart) error {
installClient := helm.NewInstall(helmConf)
Expand Down

0 comments on commit d5c719c

Please sign in to comment.