Skip to content

Commit

Permalink
add continuous deployment for trondelagfk-no for beta and api
Browse files Browse the repository at this point in the history
  • Loading branch information
Battlestad committed Apr 24, 2023
1 parent 7425b80 commit 7463711
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions kustomize/overlays/trondelagfk-no/api/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: vlfk-no
namespace: trondelagfk-no
resources:
- ../../../base
patchesStrategicMerge:
- config-map.yaml
commonLabels:
app.kubernetes.io/name: fint-flyt-egrunnerverv-instance-gateway
app.kubernetes.io/instance: fint-flyt-egrunnerverv-instance-gateway_vlfk-no
app.kubernetes.io/instance: fint-flyt-egrunnerverv-instance-gateway_trondelag-no
app.kubernetes.io/version: latest
app.kubernetes.io/component: backend
app.kubernetes.io/part-of: fint-flyt
fintlabs.no/team: flyt
fintlabs.no/org-id: vlfk.no
fintlabs.no/org-id: trondelag.no
patches:
- patch: |-
- op: replace
Expand All @@ -24,7 +24,7 @@ patches:
- patch: |-
- op: replace
path: "/spec/acls/0/topic"
value: "vlfk-no.flyt.*"
value: "trondelag-no.flyt.*"
target:
kind: KafkaUserAndAcl
name: fint-flyt-egrunnerverv-instance-gateway
Expand Down
2 changes: 1 addition & 1 deletion kustomize/overlays/trondelagfk-no/beta/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: vlfk-no
namespace: trondelagfk-no
resources:
- ../../../base
patchesStrategicMerge:
Expand Down

0 comments on commit 7463711

Please sign in to comment.