Skip to content

Commit

Permalink
fix kubeconform test error
Browse files Browse the repository at this point in the history
  • Loading branch information
okozachenko1203 committed Oct 24, 2024
1 parent b21ea70 commit 32c28f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion charts/ovn/templates/daemonset-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ spec:
- name: controller-init
{{ dict "envAll" $envAll "application" "ovn_controller" "container" "controller_init" | include "helm-toolkit.snippets.kubernetes_container_security_context" | indent 10 }}
{{ tuple $envAll "ovn_controller" | include "helm-toolkit.snippets.image" | indent 10 }}
{{ dict "envAll" $envAll "application" "ovn_controller" "container" "controller_init" | include "helm-toolkit.snippets.kubernetes_container_security_context" | indent 10 }}
command:
- /tmp/ovn-controller-init.sh
env:
Expand Down
2 changes: 1 addition & 1 deletion charts/patches/ovn/0001-switch-to-ovn-kubernetes.patch
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ index 4cd5d9b2..fae94512 100644
volumeMounts:
- name: ovn-bin
mountPath: /tmp/ovn-controller-init.sh
@@ -76,21 +89,29 @@ spec:
@@ -75,21 +88,29 @@ spec:
{{ tuple $envAll $envAll.Values.pod.resources.server | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }}
{{ dict "envAll" $envAll "application" "ovn_controller" "container" "controller" | include "helm-toolkit.snippets.kubernetes_container_security_context" | indent 10 }}
command:
Expand Down

0 comments on commit 32c28f9

Please sign in to comment.