Skip to content

Commit

Permalink
[brokencrystals] Removing "includeRepeater" argument from chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Denan Musinovic authored and rielas committed Mar 27, 2024
1 parent 6de2db0 commit 7e450cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion charts/brokencrystals/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ spec:
initialDelaySeconds: 120
periodSeconds: 30

{{- if and .Values.includeRepeater (and .Values.repeaterID .Values.token .Values.cluster) }}
{{- if and .Values.repeaterID .Values.token .Values.cluster }}
- name: repeater
image: brightsec/cli{{ if ne .Values.repeaterImageTag "" }}:{{ .Values.repeaterImageTag }}{{ else }}:latest{{ end }}
command: ["bright-cli", "repeater"]
Expand Down
1 change: 0 additions & 1 deletion charts/brokencrystals/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ ingress:
images:
main: experimental
client: unstable
includeRepeater: false
repeaterImageTag: ""
repeaterID: ""
token: ""
Expand Down

0 comments on commit 7e450cd

Please sign in to comment.