initial: action/site-publish @v1
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
{% if site_type == "docker" %}
|
||||
- deployment.yaml
|
||||
{% endif %}
|
||||
- service.yaml
|
||||
- ingress.yaml
|
||||
- certificate.yaml
|
||||
Reference in New Issue
Block a user