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/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 194aad01..3bdcc32c 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -19,4 +19,4 @@ kind: Kustomization images: - name: controller newName: ghcr.io/dataworkflowservices/dws - newTag: 0.1.6 + newTag: 0.1.7 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