Skip to content

Commit

Permalink
fix: replace api base url with host
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiStefanie committed May 31, 2024
1 parent 0619716 commit 2897498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kubernetes-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: kubernetes-agent
description: A Helm chart used to deploy the Cyscale Kubernetes agent.
version: 1.1.0
version: 1.1.1
appVersion: v0.21.0
type: application

Expand Down
2 changes: 1 addition & 1 deletion charts/kubernetes-agent/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
type: Opaque
stringData:
config.yaml: |
cyscaleAPIBaseURL: {{.Values.config.cyscaleAPIBaseURL | quote}}
host: {{.Values.config.host | quote}}
httpClientTimeout: {{.Values.config.httpClientTimeout | quote}}
resourcesToScan: {{- toYaml .Values.config.resourcesToScan | nindent 4 }}
cyscaleAPIKey: {{.Values.config.cyscaleAPIKey | quote}}

0 comments on commit 2897498

Please sign in to comment.