Constellation Operator: Add image version field (#649)

This commit is contained in:
Malte Poll 2022-11-25 14:49:26 +01:00 committed by GitHub
parent 89b25f8ebb
commit 1af3ff00ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 496 additions and 7 deletions

View file

@ -97,6 +97,10 @@ spec:
volumeMounts:
- mountPath: /etc/kubernetes/pki/etcd
name: etcd-certs
- mountPath: /host/usr/lib/os-release
name: usr-lib-os-release
- mountPath: /etc/os-release
name: etc-os-release
- mountPath: /etc/azure
name: azureconfig
readOnly: true
@ -121,6 +125,16 @@ spec:
path: /etc/kubernetes/pki/etcd
type: Directory
name: etcd-certs
- hostPath:
path: /usr/lib/os-release
type: File
optional: true
name: usr-lib-os-release
- hostPath:
path: /etc/os-release
type: File
optional: true
name: etc-os-release
- name: azureconfig
secret:
optional: true