Skip to content

Commit

Permalink
revert nobl9 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronstutzer committed Feb 13, 2024
1 parent 6c03fb6 commit 005ae8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/nobl9-agent/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ metadata:
type: Opaque
stringData:
client_id: {{ .Values.config.client_id | quote }}
client_secret: {{ .Values.config.client_secret | quote }}
client_secret: {{ .Values.config.client_secret | quote }}
2 changes: 1 addition & 1 deletion charts/nobl9-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ config:
# -- Client ID
client_id: "placeholder"
# -- Client Secret
client_secret: "placeholder"
client_secret: "placeholder"

0 comments on commit 005ae8a

Please sign in to comment.