Skip to content

Commit

Permalink
Fix certificate order
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoshi-vm committed Dec 13, 2024
1 parent a0bfe80 commit 3186d6e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
namespace: #@ data.values.tp.namespace
annotations:
kapp.k14s.io/change-group: "secrettemplate"
kapp.k14s.io/change-rule: "upsert after upserting pkg-cert"
spec:
selfSigned: {}
---
Expand All @@ -18,6 +19,7 @@ metadata:
namespace: #@ data.values.tp.namespace
annotations:
kapp.k14s.io/change-group: "secrettemplate"
kapp.k14s.io/change-rule: "upsert after upserting pkg-cert"
spec:
isCA: true
commonName: #@ data.values.tp.ingress.host
Expand Down

0 comments on commit 3186d6e

Please sign in to comment.