Skip to content

Commit 3627da5

Browse files
committed
fix: update Kustomization apiVersion from v1beta2 to v1 for consistency
1 parent 0ba3358 commit 3627da5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

kubernetes/nas-1/flux/cluster-apps.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
name: cluster-settings
2222
patches:
2323
- patch: |-
24-
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
24+
apiVersion: kustomize.toolkit.fluxcd.io/v1
2525
kind: Kustomization
2626
metadata:
2727
name: not-used
@@ -37,6 +37,5 @@ spec:
3737
name: cluster-settings
3838
target:
3939
group: kustomize.toolkit.fluxcd.io
40-
version: v1beta2
4140
kind: Kustomization
4241
labelSelector: substitution.flux.home.arpa/disabled notin (true)

0 commit comments

Comments
 (0)