Skip to content

Commit

Permalink
Merge pull request #30 from evilmartians/0.2.0-preview-apps
Browse files Browse the repository at this point in the history
preview-apps: replace reflector chart with replicator chart
  • Loading branch information
deponian authored Apr 4, 2023
2 parents e9d153c + b6e2706 commit e383071
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
8 changes: 4 additions & 4 deletions charts/preview-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ apiVersion: v2
appVersion: "1.0.0"
description: Creating resourses for preview apps
name: preview-apps
version: 0.1.0
version: 0.2.0
maintainers:
- name: Ilya Cherepanov
email: [email protected]

dependencies:
- name: reflector
repository: https://emberstack.github.io/helm-charts
version: 7.0.151
- name: kubernetes-replicator
repository: https://helm.mittwald.de
version: 2.7.3
Binary file not shown.
Binary file removed charts/preview-apps/charts/reflector-7.0.151.tgz
Binary file not shown.
6 changes: 2 additions & 4 deletions charts/preview-apps/templates/certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@ spec:
- "*.{{ .Values.dnsZone }}"
secretTemplate:
annotations:
reflector.v1.k8s.emberstack.com/reflection-allowed: "true"
reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces: "preview-[0-9]+"
reflector.v1.k8s.emberstack.com/reflection-auto-enabled: "true"
reflector.v1.k8s.emberstack.com/reflection-auto-namespaces: "preview-[0-9]+"
replicator.v1.mittwald.de/replication-allowed: "true"
replicator.v1.mittwald.de/replication-allowed-namespaces: "preview-[0-9]+"

0 comments on commit e383071

Please sign in to comment.