diff --git a/components/keystone/kustomization.yaml b/components/keystone/kustomization.yaml index 3db7a45ef..d66eedff3 100644 --- a/components/keystone/kustomization.yaml +++ b/components/keystone/kustomization.yaml @@ -3,6 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - secret-keystone-keys.yaml - keystone-mariadb-db.yaml - keystone-rabbitmq-queue.yaml diff --git a/components/keystone/secret-keystone-keys.yaml b/components/keystone/secret-keystone-keys.yaml deleted file mode 100644 index 56785232d..000000000 --- a/components/keystone/secret-keystone-keys.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Explicitly define this secret as empty so that OpenStack Helm does not -# create it for us because it will put helm hook annotations on the one -# it generates. This causes the secret to get re-generated by subsequent -# helm runs. Specifically ArgoCD cleans up anything with a helm hook -# before applying the chart again. We do not want this to go away and -# instead allow other jobs to update it so it should persist. -# TODO: remove after https://review.opendev.org/c/openstack/openstack-helm/+/959251 is released. ---- -apiVersion: v1 -kind: Secret -metadata: - name: keystone-fernet-keys ---- -apiVersion: v1 -kind: Secret -metadata: - name: keystone-credential-keys