Add conditional;Inject manifests
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
7
ansible/roles/metacluster/templates/ingressroutetcp.j2
Normal file
7
ansible/roles/metacluster/templates/ingressroutetcp.j2
Normal file
@ -0,0 +1,7 @@
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: IngressRouteTCP
|
||||
metadata:
|
||||
name: {{ item.name }}
|
||||
namespace: {{ item.namespace }}
|
||||
spec:
|
||||
{{ item.config }}
|
Reference in New Issue
Block a user