Skip to content
Open
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
1 change: 0 additions & 1 deletion components/keystone/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
17 changes: 0 additions & 17 deletions components/keystone/secret-keystone-keys.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions components/keystone/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,6 @@ manifests:
pod_rally_test: false
secret_db: false
service_ingress_api: false
# these next two we create ourselves to avoid helm hooks issues
secret_credential_keys: false
secret_fernet_keys: false
# We set the `secret_keystone` and `secret_ks_etc` to false in order to disable
# Kubernetes section generation in OpenStack Helm, because we want those
# to be generated indirectly via ESO as configured in keystoneServiceUsers.enabled
Expand Down
Loading