Skip to content

Commit

Permalink
add template overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
averevki authored and Filip Cap committed Jul 28, 2022
1 parent 75bf0f6 commit 7a034f0
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
49 changes: 49 additions & 0 deletions overlays/template/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

images:
- name: quay.io/rh_integration/httpbin
newName: quay.io/rh_integration/httpbin
newTag: smadis
- name: quay.io/rh_integration/go-httpbin
newName: quay.io/rh_integration/go-httpbin
newTag: smadis
- name: quay.io/rh_integration/requestbin
newName: quay.io/rh_integration/requestbin
newTag: latest
- name: registry.access.redhat.com/rhscl/redis-32-rhel7
newName: registry.access.redhat.com/rhscl/redis-32-rhel7
newTag: "3.2"
- name: quay.io/3scale/echoapi
newName: quay.io/3scale/echoapi
newTag: stable
- name: quay.io/rh_integration/3scale-fuse-camel-proxy
newName: quay.io/rh_integration/3scale-fuse-camel-proxy
newTag: latest
- name: quay.io/rh_integration/tinyproxy
newName: quay.io/rh_integration/tinyproxy
newTag: eloy
- name: quay.io/mganisin/mockserver
newName: quay.io/mganisin/mockserver
newTag: latest
- name: quay.io/rh_integration/jaeger-aio
newName: quay.io/rh_integration/jaeger-aio
newTag: latest
- name: quay.io/minio/minio
newName: quay.io/minio/minio
newTag: latest

patchesStrategicMerge:
- minio-credentials.yaml

resources:
- ../../base/httpbin/
- ../../base/go-httpbin/
- ../../base/request-bin/
- ../../base/echo-api/
- ../../base/fuse-proxy/
- ../../base/tiny-proxy/
- ../../base/mockserver/
- ../../base/jaeger/
- ../../base/minio/
8 changes: 8 additions & 0 deletions overlays/template/minio-credentials.yaml.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
apiVersion: v1
kind: Secret
metadata:
name: minio
stringData:
rootPassword: ${MINIO_SECRET_KEY}
rootUser: ${MINIO_ACCESS_KEY}

0 comments on commit 7a034f0

Please sign in to comment.