Skip to content

Commit

Permalink
Merge pull request #226 from DataWorkflowServices/fix-kind-webhook
Browse files Browse the repository at this point in the history
Fix the webhook in KIND
  • Loading branch information
roehrich-hpe authored Sep 16, 2024
2 parents 737bcd9 + d0d2af3 commit 9062a91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
12 changes: 6 additions & 6 deletions config/kind/webhook_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ metadata:
spec:
replicas: 1
template:
spec:
containers:
- name: webhook
env:
- name: ENVIRONMENT
value: "kind"
spec:
containers:
- name: webhook
env:
- name: ENVIRONMENT
value: "kind"
5 changes: 0 additions & 5 deletions hack/make-kustomization.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9062a91

Please sign in to comment.