Skip to content

Commit

Permalink
Fix typo in regcreds.
Browse files Browse the repository at this point in the history
  • Loading branch information
badri committed Dec 17, 2023
1 parent 1aecf35 commit e085d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sb-operator/regcreds.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
data:
.dockerconfigjson: {"auths":{"$registry_url":{""auth":"$auth"}}}
.dockerconfigjson: {"auths":{"$registry_url":{"auth":"$auth"}}}
kind: Secret
metadata:
name: registry-creds
Expand Down

0 comments on commit e085d40

Please sign in to comment.