We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52c4b8 commit 032b931Copy full SHA for 032b931
wiz-admission-controller/templates/deploymentenforcement.yaml
@@ -112,7 +112,7 @@ spec:
112
{{- include "spec.common.envVars" . | trim | nindent 10 }}
113
- name: WIZ_IMAGE_INTEGRITY_PATCH_IMAGE_DIGEST_ANNOTATION
114
value: {{ .Values.imageIntegrityWebhook.patchImageDigestAnnotation | quote }}
115
- # For running pod with read only file system we write all the cache files to /var/cache volume mount
+ # For running pod with read only file system we write all the cache files to /var/cache volume mount, used by image integrity hook
116
- name: TUF_ROOT
117
value: "/var/cache/.sigstore"
118
- name: AWS_ECR_CACHE_DIR
0 commit comments