Skip to content

Commit

Permalink
Fix changegroup
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoshi-vm committed Dec 12, 2024
1 parent 04ee30b commit 34232ad
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ kind: Issuer
metadata:
name: tp-root-issuer
namespace: #@ data.values.tp.namespace
annotations:
kapp.k14s.io/change-group: "secrettemplate"
spec:
selfSigned: {}
---
Expand All @@ -14,6 +16,8 @@ kind: Certificate
metadata:
name: tp-cert
namespace: #@ data.values.tp.namespace
annotations:
kapp.k14s.io/change-group: "secrettemplate"
spec:
isCA: true
commonName: #@ data.values.tp.ingress.host
Expand Down

0 comments on commit 34232ad

Please sign in to comment.