Skip to content

Commit

Permalink
fix vault
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Aug 13, 2024
1 parent 16b9a7f commit a00ea93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/zrenderer/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ spec:
vault.hashicorp.com/agent-inject-template-zrenderertoken.conf: |
{{- with secret .Values.vault.secretPath -}}
1
0,{{ .Data.data.admintoken }},Auto-generated Admin tokens,admin
1,{{ .Data.data.usertoken }},{{ .Data.data.admintoken }},createAccessTokens,revokeAccessTokens,modifyAccessTokens,readAccessTokens,readHealth
0,{{ .Data.admintoken }},Auto-generated Admin tokens,admin
1,{{ .Data.usertoken }},{{ .Data.admintoken }},createAccessTokens,revokeAccessTokens,modifyAccessTokens,readAccessTokens,readHealth
{{- end -}}
{{- end }}
{{- with .Values.podAnnotations }}
Expand Down

0 comments on commit a00ea93

Please sign in to comment.