Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
ci: Fix `Error: rendered manifests contain a resource that already ex…
Browse files Browse the repository at this point in the history
…ists. Unable to continue with install: CustomResourceDefinition "backupcollections.backups.riotkit.org" in namespace "" exists and cannot be imported into the current release: invalid ownership metadata; label validation error: missing key "app.kubernetes.io/managed-by": must be set to "Helm"; annotation validation error: missing key "meta.helm.sh/release-name": must be set to "backup-repository"; annotation validation error: missing key "meta.helm.sh/release-namespace": must be set to "backup-repository"`
  • Loading branch information
blackandred committed Apr 7, 2022
1 parent 5385010 commit 2c9b808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ k8s_dev_registry:
helm upgrade --install registry twuni/docker-registry -n default --set ingress.enabled=true --set ingress.hosts[0]=registry.ingress.cluster.local
kubectl apply -f tests/.helpers/local-registry.yaml

k8s_install: k8s_postgres k8s_minio k8s_crd k8s_test_backup_repository
k8s_install: k8s_postgres k8s_minio k8s_test_backup_repository

k8s_test:
sleep 10
Expand Down

0 comments on commit 2c9b808

Please sign in to comment.