Skip to content

Commit

Permalink
docs: renamed kubernetes secret
Browse files Browse the repository at this point in the history
  • Loading branch information
belokobylskii.i committed Apr 5, 2024
1 parent 92df8aa commit c486e99
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 @@ -30,7 +30,7 @@ demonstrates the deployment as a
within the ExternalDNS pod.

```shell
kubectl create secret generic external-dns-webhook --from-literal=password='<Service-User-Password>'
kubectl create secret generic external-dns-selectel-webhook --from-literal=password='<Service-User-Password>'
```

```shell
Expand Down Expand Up @@ -206,7 +206,7 @@ spec:
- name: PASSWORD
valueFrom:
secretKeyRef:
name: external-dns-webhook
name: external-dns-selectel-webhook
key: password
EOF
```
Expand Down

0 comments on commit c486e99

Please sign in to comment.