Skip to content

Commit

Permalink
Add fint environment to pod
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcecodeas committed Nov 19, 2023
1 parent 9e95c1a commit 1ee36ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kustomize/base/config-map.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: fint-kontroll-access-management-config
name: fint-kontroll-usercatalog-config
data:
# Set correct url for OPA
fint.kontroll.opa.url: 'http://fint-kontroll-opa:8181/v1/data/accessmanagement'
4 changes: 3 additions & 1 deletion kustomize/base/flais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ spec:
value: "vigo.no"
envFrom:
- configMapRef:
name: fint-kontroll-access-management-config
name: fint-environment
- configMapRef:
name: fint-kontroll-usercatalog-config

0 comments on commit 1ee36ff

Please sign in to comment.