We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08af10 commit faad1b0Copy full SHA for faad1b0
README.md
@@ -142,7 +142,7 @@ spec:
142
- --source=ingress
143
- --policy=sync
144
- --provider=webhook
145
- - --webhook-provider-url="http://localhost:8888"
+ - --webhook-provider-url=http://localhost:8888
146
ports:
147
- name: http
148
protocol: TCP
@@ -176,7 +176,7 @@ spec:
176
image: ghcr.io/stackitcloud/external-dns-stackit-webhook:v0.1.0
177
imagePullPolicy: IfNotPresent
178
args:
179
- - --project-id="c158c736-0300-4044-95c4-b7d404279b35" # your project id
+ - --project-id=c158c736-0300-4044-95c4-b7d404279b35 # your project id
180
181
182
0 commit comments