-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mhoshi-vm
committed
Dec 25, 2024
1 parent
326bb20
commit a150a93
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
manifests/tpk8s-opinionated.tanzu.japan.com/10.0.0/hacks/make-tmc-xsmall-pkgi.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters