Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: use a shorter namespace caren-system #662

Merged
merged 2 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ before:
apiVersion: v1
kind: Namespace
metadata:
name: {{ .ProjectName }}-system
name: caren-system
$(helm template {{ .ProjectName }} ./charts/{{ .ProjectName }} \
--namespace {{ .ProjectName }}-system \
--namespace caren-system \
--set-string image.tag=v{{ trimprefix .Version "v" }} \
{{ if .IsSnapshot }}--set-string image.repository=ko.local/{{ .ProjectName }}{{ end }} \
)
Expand Down
2 changes: 1 addition & 1 deletion docs/content/getting-started/deployment/via-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add the CAREN Helm repo:
helm repo add caren https://nutanix-cloud-native.github.io/cluster-api-runtime-extensions-nutanix/helm
helm repo update caren
helm upgrade --install caren caren/cluster-api-runtime-extensions-nutanix \
--namespace cluster-api-runtime-extensions-nutanix-system \
--namespace caren-system \
--create-namespace \
--wait \
--wait-for-jobs
Expand Down
Loading