mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-12 07:59:29 -05:00
helm: remove non-existent field in operator
This commit is contained in:
parent
18fe34c58b
commit
865cd53856
@ -110,12 +110,10 @@ spec:
|
||||
- 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:
|
||||
|
@ -128,12 +128,10 @@ spec:
|
||||
- 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:
|
||||
|
@ -128,12 +128,10 @@ spec:
|
||||
- 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:
|
||||
|
@ -128,12 +128,10 @@ spec:
|
||||
- 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:
|
||||
|
@ -75,12 +75,10 @@ spec:
|
||||
- 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:
|
||||
|
Loading…
Reference in New Issue
Block a user