Skip to content

Commit

Permalink
Remove default credentials in the values.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
cdbartholomew committed Aug 11, 2021
1 parent 49e1665 commit 76105e3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions helm-chart-sources/pulsar/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1133,8 +1133,11 @@ envoy:
#
tardigrade:
access: access-key-generated-with-uplink
accessKey: 2J7EJY4xTK6uHKqnCE4nAhdGfXqy
secretKey: 4YeYwYdsoFFpvtNFuncWcTVqSTPL
# Specify and access and secret key that can be used to connect to the local
# tardigrade gateway. This will be used for both the gateway and the offload configuration.
#
# accessKey:
# secretKey:
service:
port: 7777
type: ClusterIP
Expand Down Expand Up @@ -1797,7 +1800,8 @@ kube-prometheus-stack:
testFramework:
enabled: false
defaultDashboardsEnabled: true
adminPassword: ZhF9sS8B7PQSTR
# Configure to set a default admin password for Grafana
adminPassword:
service:
type: LoadBalancer
port: 3000
Expand Down

0 comments on commit 76105e3

Please sign in to comment.