Skip to content

Commit 9283806

Browse files
authored
Merge pull request #129 from sp-yduck/renaming
rename deployment and namespace to align other capi project
2 parents 0db2c27 + 799ff10 commit 9283806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/default/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Adds namespace to all resources.
2-
namespace: cluster-api-provider-proxmox-system
2+
namespace: cappx-system
33

44
# Value of this field is prepended to the
55
# names of all resources, e.g. a deployment named
66
# "wordpress" becomes "alices-wordpress".
77
# Note that it should also match with the prefix (text before '-') of the namespace
88
# field above.
9-
namePrefix: cluster-api-provider-proxmox-
9+
namePrefix: cappx-
1010

1111
# Labels to add to all resources and selectors.
1212
#labels:

0 commit comments

Comments
 (0)