Created
May 30, 2024 15:44
-
-
Save KMatt11/2dc8811c671dd3188a1ac78377cfb716 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
kind: UDSBundle | |
metadata: | |
name: add-your-name-here | |
description: A UDS bundle for deploying the standard UDS Core package on a development cluster | |
version: "0.0.1" | |
packages: | |
- name: init | |
repository: ghcr.io/defenseunicorns/packages/init | |
ref: v0.33.0 | |
- name: core | |
repository: ghcr.io/defenseunicorns/packages/uds/core | |
ref: 0.20.0-upstream | |
overrides: | |
istio-admin-gateway: | |
uds-istio-config: | |
variables: | |
- name: ADMIN_TLS_CERT | |
description: "The TLS cert for the admin gateway (must be base64 encoded)" | |
path: tls.cert | |
- name: ADMIN_TLS_KEY | |
description: "The TLS key for the admin gateway (must be base64 encoded)" | |
path: tls.key | |
istio-tenant-gateway: | |
uds-istio-config: | |
variables: | |
- name: TENANT_TLS_CERT | |
description: "The TLS cert for the tenant gateway (must be base64 encoded)" | |
path: tls.cert | |
- name: TENANT_TLS_KEY | |
description: "The TLS key for the tenant gateway (must be base64 encoded)" | |
path: tls.key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment