Skip to content

Commit

Permalink
udpate readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickKoss committed Jul 17, 2023
1 parent e08af10 commit faad1b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ spec:
- --source=ingress
- --policy=sync
- --provider=webhook
- --webhook-provider-url="http://localhost:8888"
- --webhook-provider-url=http://localhost:8888
ports:
- name: http
protocol: TCP
Expand Down Expand Up @@ -176,7 +176,7 @@ spec:
image: ghcr.io/stackitcloud/external-dns-stackit-webhook:v0.1.0
imagePullPolicy: IfNotPresent
args:
- --project-id="c158c736-0300-4044-95c4-b7d404279b35" # your project id
- --project-id=c158c736-0300-4044-95c4-b7d404279b35 # your project id
ports:
- name: http
protocol: TCP
Expand Down

0 comments on commit faad1b0

Please sign in to comment.