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

fix: cnpg - replace fqdn from extra value to retrieve from exisiting value #1057

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

phac008
Copy link
Contributor

@phac008 phac008 commented Feb 17, 2025

No description provided.

Signed-off-by: phac008 <philipp.achmueller@suxess-it.com>
Copy link
Contributor

Changes Default Values

Copy link
Contributor

Changes Rendered Chart
diff -U 4 -r out/target/cnpg/values-demo-metalstack.yaml/sx-cnpg/templates/pgadminconfiglocal.yaml out/pr/cnpg/values-demo-metalstack.yaml/sx-cnpg/templates/pgadminconfiglocal.yaml
--- out/target/cnpg/values-demo-metalstack.yaml/sx-cnpg/templates/pgadminconfiglocal.yaml	2025-02-17 09:38:14.881926078 +0000
+++ out/pr/cnpg/values-demo-metalstack.yaml/sx-cnpg/templates/pgadminconfiglocal.yaml	2025-02-17 09:37:47.736999406 +0000
@@ -5,9 +5,9 @@
 metadata:
   name: pgadminconfiglocal
   namespace: cnpg
 data:
-  config_local.py: |-
+  config_local.py: |+
     import os
     import logging
 
     FILE_LOG_LEVEL = logging.INFO
@@ -22,9 +22,9 @@
         'OAUTH2_CLIENT_ID': os.environ['pgadminclientid'],
         'OAUTH2_CLIENT_SECRET': os.environ['pgadminclientsecret'],
         'OAUTH2_TOKEN_URL': 'https://keycloak.demo.kubrix.cloud/realms/kubrix/protocol/openid-connect/token',
         'OAUTH2_AUTHORIZATION_URL': 'https://keycloak.demo.kubrix.cloud/realms/kubrix/protocol/openid-connect/auth',
-        'OAUTH2_API_BASE_URL': 'https://keycloak.lab.suxessit.k8s.cloud.uibk.ac.at/',
+        'OAUTH2_API_BASE_URL': 'https://keycloak.demo.kubrix.cloud/',
         'OAUTH2_USERINFO_ENDPOINT': 'https://keycloak.demo.kubrix.cloud/realms/kubrix/protocol/openid-connect/userinfo',
         'OAUTH2_SCOPE': 'openid groups email profile',
         'OAUTH2_SERVER_METADATA_URL': 'https://keycloak.demo.kubrix.cloud/realms/kubrix/.well-known/openid-configuration',
         'OAUTH2_LOGOUT_URL': 'https://keycloak.demo.kubrix.cloud/realms/kubrix/protocol/openid-connect/logout?client_id=pgadmin',

@phac008 phac008 merged commit a2eecd7 into main Feb 18, 2025
12 checks passed
@phac008 phac008 deleted the fix/cnpgconfig branch February 18, 2025 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant