We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ffa64 commit 5777099Copy full SHA for 5777099
1 file changed
helm/attestation-manager/templates/deployment.yaml
@@ -107,7 +107,7 @@ spec:
107
- name: ca-certificates
108
mountPath: "/mnt/orch-ca.crt"
109
readOnly: true
110
- - name: flavor_addition_check
+ - name: flavor-addition-check
111
mountPath: /temp/attestation_mgr/
112
volumes:
113
- name: attestation-manager-token
@@ -116,9 +116,9 @@ spec:
116
117
hostPath:
118
path: /etc/intel_edge_node/orch-ca-cert/orch-ca.crt
119
120
121
- path: /tmp/attestation_manager/
+ path: /tmp/attestation-manager/
122
type: DirectoryOrCreate
123
{{- with .Values.nodeSelector }}
124
nodeSelector:
0 commit comments