rename kube to kubectl and add README.md
This commit is contained in:
13
kubectl/02-databases/03-influxdb/01-secret.yaml
Normal file
13
kubectl/02-databases/03-influxdb/01-secret.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: influxdb
|
||||
namespace: hlaeja
|
||||
labels:
|
||||
app: influxdb
|
||||
environment: testing
|
||||
tier: database
|
||||
type: Opaque
|
||||
stringData:
|
||||
DOCKER_INFLUXDB_INIT_PASSWORD: "password"
|
||||
DOCKER_INFLUXDB_INIT_ADMIN_TOKEN: "influxdbToken=="
|
||||
Reference in New Issue
Block a user