Skip to content

Commit 32def17

Browse files
committed
fix: renaming of config maps for clarity and docker build only on main
1 parent cc639e3 commit 32def17

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/build-images-manifests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Presidio Docker Build
22

33
on:
44
push:
5-
# pull_request: # Future run on main pushes only.
6-
# branches: [ main ]
5+
branches: [ main ]
76
workflow_dispatch:
87

98
env:

src/presidio/kustomization.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
44
- ./namespaces.yaml
5-
- ./presidio-pvc.yaml
65
- ./helm/out/presidio/templates/analyzer-deployment.yaml
76
- ./helm/out/presidio/templates/anonymizer-deployment.yaml
87
- ./helm/out/presidio/templates/analyzer-service.yaml
98
- ./helm/out/presidio/templates/anonymizer-service.yaml
109
- ./helm/out/presidio/templates/analyzer-ingress.yaml
10+
- ./configmap-analyzer.yaml
11+
- ./patch-config-analyzer.yaml
1112
namespace: presidio

0 commit comments

Comments
 (0)