cli: update helm chart render expectations

testdata is now expecting the charts to render for ko images.
This commit is contained in:
Otto Bittner 2023-01-31 11:15:54 +01:00
parent 6415d80ee4
commit 3038b374da
3 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ spec:
- --metrics-bind-address=127.0.0.1:8080 - --metrics-bind-address=127.0.0.1:8080
- --leader-elect - --leader-elect
command: command:
- /manager - /ko-app/v2
env: env:
- name: KUBERNETES_CLUSTER_DOMAIN - name: KUBERNETES_CLUSTER_DOMAIN
value: cluster.local value: cluster.local

View File

@ -63,7 +63,7 @@ spec:
- --metrics-bind-address=127.0.0.1:8080 - --metrics-bind-address=127.0.0.1:8080
- --leader-elect - --leader-elect
command: command:
- /manager - /ko-app/v2
env: env:
- name: KUBERNETES_CLUSTER_DOMAIN - name: KUBERNETES_CLUSTER_DOMAIN
value: cluster.local value: cluster.local

View File

@ -63,7 +63,7 @@ spec:
- --metrics-bind-address=127.0.0.1:8080 - --metrics-bind-address=127.0.0.1:8080
- --leader-elect - --leader-elect
command: command:
- /manager - /ko-app/v2
env: env:
- name: KUBERNETES_CLUSTER_DOMAIN - name: KUBERNETES_CLUSTER_DOMAIN
value: cluster.local value: cluster.local