Skip to content

Commit

Permalink
Add TAP PSQL opinionated
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoshi-vm committed Jan 19, 2024
1 parent 38df62b commit a18a5c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ kind: PackageInstall
metadata:
name: postgres
namespace: postgres-install
annotations:
kapp.k14s.io/change-rule.0: "upsert after upserting pkgi"
kapp.k14s.io/change-rule.1: "delete before deleting pkgi"
spec:
serviceAccountName: kapp-sa
packageRef:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#@ load("@ytt:data", "data")

#@ def tap_values():
ceip_policy_disclosed: true

shared:
ingress_domain: #@ data.values.tap_install.ingress_domain
image_registry:
Expand Down

0 comments on commit a18a5c6

Please sign in to comment.