diff --git a/config/kind/webhook_patch.yaml b/config/kind/webhook_patch.yaml index 7a081e8d..ed2ba508 100644 --- a/config/kind/webhook_patch.yaml +++ b/config/kind/webhook_patch.yaml @@ -6,9 +6,9 @@ metadata: spec: replicas: 1 template: - spec: - containers: - - name: webhook - env: - - name: ENVIRONMENT - value: "kind" \ No newline at end of file + spec: + containers: + - name: webhook + env: + - name: ENVIRONMENT + value: "kind" diff --git a/hack/make-kustomization.sh b/hack/make-kustomization.sh index 839ecc7b..ed5ec502 100755 --- a/hack/make-kustomization.sh +++ b/hack/make-kustomization.sh @@ -61,11 +61,6 @@ patches: patch: |- $COMPONENT_LABELS $NNF_VER_LABELS -- target: - kind: DaemonSet - patch: |- -$COMPONENT_LABELS -$NNF_VER_LABELS apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization