Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
lindnerby committed Feb 13, 2025
1 parent f54037e commit 8a1c861
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion config/control-plane/patches/unique_certificate_name.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Certificate
metadata:
name: controller-manager-webhook-serving # this name should match the one appeared in kustomizeconfig.yaml
spec:
secretName: klm-controller-manager-webhook # this secret will not be prefixed, since it's not managed by kustomize
secretName: klm-controller-manager-webhook # secretName will not be prefixed, since it's not managed by kustomize
3 changes: 1 addition & 2 deletions config/istio/commonlabels_override.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# This is an extension to builtin commonLabels,
# reference https://github.com/kubernetes-sigs/kustomize/blob/master/api/konfig/builtinpluginconsts/commonlabels.go

commonLabels:
- path: spec/selector/matchLabels
create: true
version: v1beta1
kind: AuthorizationPolicy
kind: AuthorizationPolicy
File renamed without changes.
16 changes: 6 additions & 10 deletions config/istio/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component

configurations:
- commonlabels_override.yaml

resources:
- ap.yaml

generatorOptions:
disableNameSuffixHash: true

configurations:
- commonlabels_override.yaml
resources:
- endpoints_authorization_policy.yaml
patches:
- path: patches/istio_deployment_labels.yaml
- path: patches/exclude_webhook_port.yaml
- path: patches/deployment_istio_inject.yaml
- path: patches/deployment_exclude_webhook_port.yaml

0 comments on commit 8a1c861

Please sign in to comment.