SovereignCloudStack / cluster-stack-operator

The SCS Cluster Stack Operator takes care of life cycle management, configuration and provider specific tasks of Kubernetes clusters created with SCS Cluster Stacks
https://scs.community/
Apache License 2.0
11 stars 3 forks source link

update kustomize config files #219

Open kranurag7 opened 3 months ago

kranurag7 commented 3 months ago

/kind feature

Describe the solution you'd like [A clear and concise description of what you want to happen.]

 $ kustomize build config/default/ >/dev/null
# Warning: 'commonLabels' is deprecated. Please use 'labels' instead. Run 'kustomize edit fix' to update your Kustomization automatically.
# Warning: 'patchesStrategicMerge' is deprecated. Please use 'patches' instead. Run 'kustomize edit fix' to update your Kustomization automatically.
# Warning: 'commonLabels' is deprecated. Please use 'labels' instead. Run 'kustomize edit fix' to update your Kustomization automatically.

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

Environment:

kranurag7 commented 3 months ago

let webhooks get merged as well and then I'll create a patch for this Ref: https://github.com/SovereignCloudStack/cluster-stack-operator/pull/163