Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
influxdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
influxdb
Commits
53f68e0b
Commit
53f68e0b
authored
Feb 06, 2021
by
ondrej-iv
Committed by
David McKay
Feb 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[influxdb2] add r flag to jobs_setup_admin tpl, add rp to values
version change
parent
deb3127a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
job-setup-admin.yaml
charts/influxdb2/templates/job-setup-admin.yaml
+1
-0
values.yaml
charts/influxdb2/values.yaml
+1
-0
No files found.
charts/influxdb2/templates/job-setup-admin.yaml
View file @
53f68e0b
...
...
@@ -45,6 +45,7 @@ spec:
-o {{ .Values.adminUser.organization }} \
-b {{ .Values.adminUser.bucket }} \
-u {{ .Values.adminUser.user }} \
-r {{ .Values.adminUser.retention_policy }} \
-p ${INFLUXDB_PASSWORD} \
-t ${INFLUXDB_TOKEN}
restartPolicy
:
OnFailure
...
...
charts/influxdb2/values.yaml
View file @
53f68e0b
...
...
@@ -35,6 +35,7 @@ adminUser:
organization
:
"
influxdata"
bucket
:
"
default"
user
:
"
admin"
retention_policy
:
"
0s"
## Leave empty to generate a random password and token.
## Or fill any of these values to use fixed values.
password
:
"
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment