mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-12 16:09:39 -05:00
helm: remove non-existent field in operator
This commit is contained in:
parent
18fe34c58b
commit
865cd53856
@ -110,12 +110,10 @@ spec:
|
|||||||
- hostPath:
|
- hostPath:
|
||||||
path: /usr/lib/os-release
|
path: /usr/lib/os-release
|
||||||
type: File
|
type: File
|
||||||
optional: true
|
|
||||||
name: usr-lib-os-release
|
name: usr-lib-os-release
|
||||||
- hostPath:
|
- hostPath:
|
||||||
path: /etc/os-release
|
path: /etc/os-release
|
||||||
type: File
|
type: File
|
||||||
optional: true
|
|
||||||
name: etc-os-release
|
name: etc-os-release
|
||||||
- name: azureconfig
|
- name: azureconfig
|
||||||
secret:
|
secret:
|
||||||
|
@ -128,12 +128,10 @@ spec:
|
|||||||
- hostPath:
|
- hostPath:
|
||||||
path: /usr/lib/os-release
|
path: /usr/lib/os-release
|
||||||
type: File
|
type: File
|
||||||
optional: true
|
|
||||||
name: usr-lib-os-release
|
name: usr-lib-os-release
|
||||||
- hostPath:
|
- hostPath:
|
||||||
path: /etc/os-release
|
path: /etc/os-release
|
||||||
type: File
|
type: File
|
||||||
optional: true
|
|
||||||
name: etc-os-release
|
name: etc-os-release
|
||||||
- name: azureconfig
|
- name: azureconfig
|
||||||
secret:
|
secret:
|
||||||
|
@ -128,12 +128,10 @@ spec:
|
|||||||
- hostPath:
|
- hostPath:
|
||||||
path: /usr/lib/os-release
|
path: /usr/lib/os-release
|
||||||
type: File
|
type: File
|
||||||
optional: true
|
|
||||||
name: usr-lib-os-release
|
name: usr-lib-os-release
|
||||||
- hostPath:
|
- hostPath:
|
||||||
path: /etc/os-release
|
path: /etc/os-release
|
||||||
type: File
|
type: File
|
||||||
optional: true
|
|
||||||
name: etc-os-release
|
name: etc-os-release
|
||||||
- name: azureconfig
|
- name: azureconfig
|
||||||
secret:
|
secret:
|
||||||
|
@ -128,12 +128,10 @@ spec:
|
|||||||
- hostPath:
|
- hostPath:
|
||||||
path: /usr/lib/os-release
|
path: /usr/lib/os-release
|
||||||
type: File
|
type: File
|
||||||
optional: true
|
|
||||||
name: usr-lib-os-release
|
name: usr-lib-os-release
|
||||||
- hostPath:
|
- hostPath:
|
||||||
path: /etc/os-release
|
path: /etc/os-release
|
||||||
type: File
|
type: File
|
||||||
optional: true
|
|
||||||
name: etc-os-release
|
name: etc-os-release
|
||||||
- name: azureconfig
|
- name: azureconfig
|
||||||
secret:
|
secret:
|
||||||
|
@ -75,12 +75,10 @@ spec:
|
|||||||
- hostPath:
|
- hostPath:
|
||||||
path: /usr/lib/os-release
|
path: /usr/lib/os-release
|
||||||
type: File
|
type: File
|
||||||
optional: true
|
|
||||||
name: usr-lib-os-release
|
name: usr-lib-os-release
|
||||||
- hostPath:
|
- hostPath:
|
||||||
path: /etc/os-release
|
path: /etc/os-release
|
||||||
type: File
|
type: File
|
||||||
optional: true
|
|
||||||
name: etc-os-release
|
name: etc-os-release
|
||||||
- name: azureconfig
|
- name: azureconfig
|
||||||
secret:
|
secret:
|
||||||
|
Loading…
Reference in New Issue
Block a user