Skip to content

Commit

Permalink
fluxcd#1990 Garbage collection dry run
Browse files Browse the repository at this point in the history
- minor refactoring
  • Loading branch information
Jan Schumacher committed May 23, 2019
1 parent 55891e5 commit bf9e3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/flux/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ spec:
- --connect=wss://cloud.weave.works/api/flux
- --token={{ .Values.token }}
{{- end }}
{{- if and .Values.syncGarbageCollection.enabled (not .Values.syncGarbageCollection.dry)}}
{{- if and .Values.syncGarbageCollection.enabled (not .Values.syncGarbageCollection.dry) }}
- --sync-garbage-collection={{ .Values.syncGarbageCollection.enabled }}
{{- else if .Values.syncGarbageCollection.dry }}
- --sync-garbage-collection-dry={{ .Values.syncGarbageCollection.dry }}
Expand Down

0 comments on commit bf9e3f1

Please sign in to comment.