We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef10b6a commit e46bf46Copy full SHA for e46bf46
infra/ansible/roles/knot_authoritative/templates/knot.conf.j2
@@ -127,6 +127,12 @@ acl:
127
update-owner-match: equal
128
update-owner-name: acme-challenge.airflow.mesh.nycmesh.net.
129
key: k8s.lb.prod1
130
+- id: acl-update-jenkins
131
+ action: update
132
+ update-type: [TXT]
133
+ update-owner-match: equal
134
+ update-owner-name: acme-challenge.jenkins.mesh.nycmesh.net.
135
+ key: k8s.lb.prod1
136
137
zone:
138
- domain: mesh
@@ -167,3 +173,6 @@ zone:
167
173
file: themesh.nyc.zone
168
174
- domain: 10.in-addr.arpa
169
175
- domain: 59.167.199.in-addr.arpa
176
+ - domain: jenkins.mesh.nycmesh.net
177
+ file: jenkins.mesh.nycmesh.net.zone
178
+ acl: acl-update-jenkins
0 commit comments