Set default-exec/default-logs container.
Showing
1 changed file
with
3 additions
and
1 deletions
... | @@ -135,7 +135,9 @@ serviceAccount: | ... | @@ -135,7 +135,9 @@ serviceAccount: |
135 | podSecurityContext: {} | 135 | podSecurityContext: {} |
136 | securityContext: {} | 136 | securityContext: {} |
137 | replicaCount: 1 | 137 | replicaCount: 1 |
138 | podAnnotations: {} | 138 | podAnnotations: |
139 | kubectl.kubernetes.io/default-exec-container: moqui | ||
140 | kubectl.kubernetes.io/default-logs-container: moqui | ||
139 | resources: {} | 141 | resources: {} |
140 | nodeSelector: {} | 142 | nodeSelector: {} |
141 | affinity: {} | 143 | affinity: {} | ... | ... |
-
Please register or sign in to post a comment