Skip to content

Commit

Permalink
Don't mount remote access token.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Aug 16, 2024
1 parent 07c13c0 commit 36aa8a7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions bundle/config/07-deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,14 @@ spec:
runAsUser: 1001
ports:
- containerPort: 8080
volumeMounts:
- name: cluster-access-token
mountPath: /opt/cluster-access-token
#@ if caCertificateSecretName:
volumeMounts:
- name: workshop-ca-trust
mountPath: /etc/pki/ca-trust
readOnly: true
#@ end
volumes:
- name: cluster-access-token
secret:
secretName: remote-access-token
#@ if caCertificateSecretName:
volumes:
- name: workshop-ca
secret:
secretName: #@ caCertificateSecretName
Expand Down

0 comments on commit 36aa8a7

Please sign in to comment.