Skip to content

Instantly share code, notes, and snippets.

@magickatt
Created August 4, 2020 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magickatt/42829b65df4677e8c52c573bf2f844de to your computer and use it in GitHub Desktop.
Save magickatt/42829b65df4677e8c52c573bf2f844de to your computer and use it in GitHub Desktop.
apiVersion: networking.gke.io/v1beta2
kind: ManagedCertificate
metadata:
name: {{ .Values.domain | replace "." "-" }}
namespace: kise
spec:
domains:
- {{ .Values.domain }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment