Skip to content

Commit

Permalink
Update pkgi
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoshi-vm committed Dec 25, 2024
1 parent 326bb20 commit a150a93
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#@ load("@ytt:data", "data")
---
apiVersion: v1
kind: Secret
metadata:
name: make-tmc-xsmall-pkgi
namespace: #@ data.values.tp.namespace
stringData:
make-tmc-xsmall-pkgi.yaml: |
#! By default TP will automatically put PVCs into orphan status, but for PoC this will lead to PVC not being deleted after uninstall
#@ load("@ytt:overlay", "overlay")
#@overlay/match by=overlay.subset({"kind": "PackageInstall"}), expects="1+"
---
metadata:
#@overlay/match missing_ok=True
annotations:
#@overlay/match missing_ok=True
ext.packaging.carvel.dev/ytt-paths-from-secret-name.9: make-tmc-xsmall-secret
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ stringData:
#@overlay/match missing_ok=True
annotations:
#@overlay/match missing_ok=True
ext.packaging.carvel.dev/ytt-paths-from-secret-name.9: make-tmc-xsmall-secret
ext.packaging.carvel.dev/ytt-paths-from-secret-name.9: make-tmc-xsmall-pkgi

0 comments on commit a150a93

Please sign in to comment.