Skip to content

Commit

Permalink
fix: gcr basic auth
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <hen.keinan@gmail.com>
  • Loading branch information
chen-keinan committed Jun 23, 2024
1 parent 39a9188 commit d357bd9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deploy/helm/templates/configmaps/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ data:
{{- with .Values.trivyOperator.scanJobAutomountServiceAccountToken }}
scanJob.automountServiceAccountToken: {{ . | quote }}
{{- end }}
{{- with .Values.trivyOperator.useGCRServiceAccount }}
scanJob.useGCRServiceAccount: {{ . | quote }}
{{- end }}
scanJob.useGCRServiceAccount: {{ .Values.trivyOperator.useGCRServiceAccount | quote }}
{{- with .Values.trivyOperator.skipInitContainers }}
scanJob.skipInitContainers: {{ . | quote }}
{{- end }}
Expand Down

0 comments on commit d357bd9

Please sign in to comment.