We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7384d commit 90d6ff0Copy full SHA for 90d6ff0
1 file changed
content/en/ecosystem/integrations/headlamp.md
@@ -79,19 +79,19 @@ volumes:
79
- name: token-ca
80
projected:
81
sources:
82
- - serviceAccountToken:
83
- path: token
84
- - secret:
85
- name: capsule-proxy
86
- items:
87
- - key: ca.crt
88
- path: ca.crt
89
- - downwardAPI:
90
91
- - fieldRef:
92
- apiVersion: v1
93
- fieldPath: metadata.namespace
94
- path: namespace
+ - serviceAccountToken:
+ path: token
+ - secret:
+ items:
+ - key: ca
+ path: ca.crt
+ name: capsule-proxy
+ - downwardAPI:
+ - fieldRef:
+ apiVersion: v1
+ fieldPath: metadata.namespace
+ path: namespace
95
initContainers:
96
- name: add-ca
97
image: alpine:3
0 commit comments