diff --git a/dex/overlays/nerc-ocp-infra/externalsecrets/dex-clients_patch.yaml b/dex/overlays/nerc-ocp-infra/externalsecrets/dex-clients_patch.yaml index 89c50c12..3c78bab0 100644 --- a/dex/overlays/nerc-ocp-infra/externalsecrets/dex-clients_patch.yaml +++ b/dex/overlays/nerc-ocp-infra/externalsecrets/dex-clients_patch.yaml @@ -3,6 +3,9 @@ kind: ExternalSecret metadata: name: dex-clients spec: + secretStoreRef: + name: nerc-cluster-secrets + kind: ClusterSecretStore dataFrom: - extract: key: nerc-ocp-infra/dex/dex-clients diff --git a/dex/overlays/nerc-ocp-obs/externalsecrets/dex-clients_patch.yaml b/dex/overlays/nerc-ocp-obs/externalsecrets/dex-clients_patch.yaml index c294f322..1f787f84 100644 --- a/dex/overlays/nerc-ocp-obs/externalsecrets/dex-clients_patch.yaml +++ b/dex/overlays/nerc-ocp-obs/externalsecrets/dex-clients_patch.yaml @@ -3,6 +3,9 @@ kind: ExternalSecret metadata: name: dex-clients spec: + secretStoreRef: + name: nerc-cluster-secrets + kind: ClusterSecretStore dataFrom: - extract: key: nerc-ocp-obs/dex/dex-clients diff --git a/minio/base/deployment.yaml b/minio/base/deployment.yaml index c420f598..94babb15 100644 --- a/minio/base/deployment.yaml +++ b/minio/base/deployment.yaml @@ -16,7 +16,7 @@ spec: - configMapRef: name: minio-config optional: true - image: docker.io/minio/minio:RELEASE.2024-11-07T00-52-20Z + image: quay.io/minio/minio:RELEASE.2024-11-07T00-52-20Z ports: - containerPort: 9000 name: object-storage diff --git a/minio/overlays/nerc-ocp-obs/externalsecrets/patch-minio-admin-credentials.yaml b/minio/overlays/nerc-ocp-obs/externalsecrets/patch-minio-admin-credentials.yaml index cf2bdfd0..ea9041b0 100644 --- a/minio/overlays/nerc-ocp-obs/externalsecrets/patch-minio-admin-credentials.yaml +++ b/minio/overlays/nerc-ocp-obs/externalsecrets/patch-minio-admin-credentials.yaml @@ -4,6 +4,9 @@ metadata: name: minio-admin-credentials namespace: minio spec: + secretStoreRef: + name: nerc-cluster-secrets + kind: ClusterSecretStore dataFrom: - extract: key: nerc/nerc-ocp-obs/minio/minio-admin-credentials diff --git a/minio/overlays/nerc-ocp-obs/files/minio-config.env b/minio/overlays/nerc-ocp-obs/files/minio-config.env index 01836ade..4038f940 100644 --- a/minio/overlays/nerc-ocp-obs/files/minio-config.env +++ b/minio/overlays/nerc-ocp-obs/files/minio-config.env @@ -1,6 +1,6 @@ # Documentation: https://min.io/docs/minio/linux/reference/minio-server/settings/iam/openid.html -MINIO_IDENTITY_OPENID_CONFIG_URL=https://dex-dex.apps.ocp-obs.nerc.mghpcc.org/.well-known/openid-configuration +MINIO_IDENTITY_OPENID_CONFIG_URL=https://dex-dex.apps.obs.nerc.mghpcc.org/.well-known/openid-configuration MINIO_IDENTITY_OPENID_CLIENT_ID=minio MINIO_IDENTITY_OPENID_REDIRECT_URI_DYNAMIC=on