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

Commit

Permalink
remove needs
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Dec 18, 2023
1 parent 99f4952 commit d0683a9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:

build-hasura:
use: build
~needs: [build-app]
with:
imagePackage: hasura
registrySecretRefName: harbor
Expand All @@ -87,7 +86,9 @@ hasura:
- name: HASURA_GRAPHQL_UNAUTHORIZED_ROLE
value: anonymous
- name: HASURA_GRAPHQL_JWT_SECRET
value: '{"jwk_url": "http://keycloakx-http:8080/realms/app-realm/protocol/openid-connect/certs"}'
value:
'{"jwk_url":
"http://keycloakx-http:8080/realms/app-realm/protocol/openid-connect/certs"}'
envFrom:
- secretRef:
name: pg-hasura-app
Expand Down Expand Up @@ -137,7 +138,8 @@ keycloakx:
statefulsetAnnotations:
kapp.k14s.io/nonce: ""
kapp.k14s.io/update-strategy: fallback-on-replace
kapp.k14s.io/change-group.keycloakx: "kontinuous/keycloakx.{{ .Values.global.namespace }}"
kapp.k14s.io/change-group.keycloakx:
"kontinuous/keycloakx.{{ .Values.global.namespace }}"
kapp.k14s.io/disable-original: ""
kapp.k14s.io/create-strategy: fallback-on-update

Expand Down

0 comments on commit d0683a9

Please sign in to comment.