Skip to content

Commit

Permalink
ONYX-16318: Move JWT token path to annotation in p2f
Browse files Browse the repository at this point in the history
  • Loading branch information
tzheleznyak authored Feb 4, 2022
1 parent 7acd93a commit 678529d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ spec:
conjur.org/container-mode: "init"
conjur.org/debug-logging: "true"
conjur.org/secrets-destination: "file"
conjur.org/jwt-token-path: /var/run/secrets/tokens/{{ .Values.secretsProvider.jwt.tokenFile }}
conjur.org/conjur-secrets.p2f-app: |
- test-secrets-provider-p2f-jwt-app-db/url
- test-secrets-provider-p2f-jwt-app-db/username
Expand Down Expand Up @@ -78,8 +79,6 @@ spec:
imagePullPolicy: Always
name: cyberark-secrets-provider-for-k8s
env:
- name: JWT_TOKEN_PATH
value: /var/run/secrets/tokens/{{ .Values.secretsProvider.jwt.tokenFile }}
- name: MY_POD_NAMESPACE
valueFrom:
fieldRef:
Expand Down

0 comments on commit 678529d

Please sign in to comment.