policies.forteapps.io/auth-token-secret-name

This commit is contained in:
Danijel Simeunovic
2026-03-13 13:36:47 +01:00
parent 61f623e3c7
commit 36ba7023f4

View File

@@ -124,7 +124,7 @@ spec:
volumes: volumes:
- name: auth-tokens - name: auth-tokens
secret: secret:
secretName: auth-tokens secretName: "{{ request.object.metadata.annotations.\"policies.forteapps.io/auth-token-secret-name\" || 'auth-tokens' }}"
optional: true optional: true
- name: generate-auth-network-policy - name: generate-auth-network-policy
skipBackgroundRequests: true skipBackgroundRequests: true