Skip to content

Commit

Permalink
remove non existing AUTH_SERVICE_API_KEY (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek authored Oct 18, 2023
1 parent 7ea2b53 commit 13feb53
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions charts/ocis/templates/authservice/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ spec:
name: {{ include "secrets.jwtSecret" . }}
key: jwt-secret

- name: AUTH_SERVICE_API_KEY
valueFrom:
secretKeyRef:
name: {{ include "secrets.machineAuthAPIKeySecret" . }}
key: machine-auth-api-key

- name: AUTH_SERVICE_SERVICE_ACCOUNT_ID
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit 13feb53

Please sign in to comment.