Skip to content

Instantly share code, notes, and snippets.

@KinzP
Created May 30, 2024 15:44
Show Gist options
  • Save KinzP/2dc8811c671dd3188a1ac78377cfb716 to your computer and use it in GitHub Desktop.
Save KinzP/2dc8811c671dd3188a1ac78377cfb716 to your computer and use it in GitHub Desktop.
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