Skip to content

Commit

Permalink
chore: fix detect secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Nov 17, 2023
1 parent 9d93406 commit c09d43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/cas-ciip-portal/templates/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ spec:
{{- end }}
- name: gcs-documents-credentials
secret:
secretName: gcp-{{ .Release.Namespace }}-ciip-documents-service-account-key
secretName: gcp-{{ .Release.Namespace }}-ciip-documents-service-account-key #pragma: allowlist secret
items:
- key: credentials.json
path: attachments-credentials.json
Expand Down

0 comments on commit c09d43d

Please sign in to comment.