ContainerImage.Pinniped/deploy_carvel/temp_actual_deploy_resources/supervisor-pkginstall.yml

36 lines
982 B
YAML
Raw Normal View History

---
apiVersion: packaging.carvel.dev/v1alpha1
kind: PackageInstall
metadata:
# name, does not have to be versioned, versionSelection.constraints below will handle
name: supervisor-install
namespace: supervisor-install-ns
spec:
serviceAccountName: "pinniped-package-rbac-supervisor-sa-superadmin-dangerous"
packageRef:
refName: "supervisor.pinniped.dev"
versionSelection:
constraints: "0.25.0"
values:
- secretRef:
name: "supervisor-package-install-secret"
---
apiVersion: v1
kind: Secret
metadata:
name: "supervisor-package-install-secret"
namespace: supervisor-install-ns
stringData:
values.yml: |
---
2023-09-11 20:31:03 +00:00
app_name: pinniped-supervisor
namespace: supervisor
api_group_suffix: pinniped.dev
image_repo: pinniped.local/test/build
image_tag: 879CCF7A-2F00-4355-80A6-76C713116D93
log_level: debug
service_https_nodeport_port: 443
service_https_nodeport_nodeport: 31243
service_https_clusterip_port: 443