Skip to content

Commit

Permalink
Merge pull request #684 from lsst-sqre/tickets/DM-26506
Browse files Browse the repository at this point in the history
[DM-26506] Fix minor bugs in cadc-tap-postgres chart
  • Loading branch information
rra authored Mar 11, 2022
2 parents a046ab1 + 160f993 commit 7391159
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cadc-tap-postgres/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ home: https://github.com/lsst-sqre/tap-postgres
name: cadc-tap-postgres
maintainers:
- name: cbanek
version: 0.2.0
version: 0.2.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: {{ template "cadc-tap-postgres.fullname" . }}-anonymous-ingress
name: {{ template "cadc-tap-postgres.fullname" . }}-anonymous
labels:
{{- include "cadc-tap-postgres.labels" . | nindent 4 }}
annotations:
Expand Down
2 changes: 1 addition & 1 deletion charts/cadc-tap-postgres/templates/vault-secret.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: ricoberger.de/v1alpha1
kind: VaultSecret
metadata:
name: {{ template "cadc-tap-postgres.fullname" . }}
name: {{ template "cadc-tap-postgres.fullname" . }}-secret
labels:
{{- include "cadc-tap-postgres.labels" . | nindent 4 }}
spec:
Expand Down

0 comments on commit 7391159

Please sign in to comment.