Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Fix key in ConfigMap used in example CR with rawRuntimeConfig (#402)
Browse files Browse the repository at this point in the history
It should be`deployment.yaml`, not `deploy`.
  • Loading branch information
rm3l authored Jul 17, 2024
1 parent 1cf9757 commit d15d018
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/postgres-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: v1
kind: Secret
metadata:
name: postgres-secrets
namespace: backstage
type: Opaque
stringData:
POSTGRES_PASSWORD: admin12345
Expand Down
2 changes: 1 addition & 1 deletion examples/showcase-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ConfigMap
metadata:
name: showcase-config
data:
deploy: |-
deployment.yaml: |-
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down

0 comments on commit d15d018

Please sign in to comment.