Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tripathishikha1 authored Jun 19, 2024
1 parent 9c2e7ef commit 883a387
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion charts/microservice/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
#type: ClusterIP
#port: 80




app:
name: my-microservice

Expand All @@ -35,7 +38,9 @@ configMap:
key: configKey

secret:
name: my-microservice-secret
name: new-microservice-secret
key: secretKey
value: my-secret-value
passwordKey: password
password: my-secret-password

0 comments on commit 883a387

Please sign in to comment.