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
113e8c37
Unverified
Commit
113e8c37
authored
Aug 17, 2023
by
Josh Powers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add secret store tests to existing tests
parent
ba764676
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
16 deletions
+30
-16
complex-values.yaml
charts/telegraf/ci/complex-values.yaml
+15
-0
inputs-nested-tables-list-values.yaml
charts/telegraf/ci/inputs-nested-tables-list-values.yaml
+15
-0
secretstores.yaml
charts/telegraf/ci/secretstores.yaml
+0
-16
No files found.
charts/telegraf/ci/complex-values.yaml
View file @
113e8c37
...
...
@@ -121,6 +121,21 @@ config:
-
file
:
files
:
-
"
stdout"
secretstores
:
-
http
:
id
:
mystore
url
:
'
http://localhost/secrets'
-
oauth2
:
id
:
azure_ad
service
:
azureAD
tenant_id
:
3da608ee-a0cc-47ec-906a-fe202bd77f8d
token_expiry_margin
:
10s
token
:
-
key
:
my_token
client_id
:
my_id
client_secret
:
my_secret
scopes
:
-
<<CLIENT_ID>>/.default
## Use tpl v2 templates
tplVersion
:
2
charts/telegraf/ci/inputs-nested-tables-list-values.yaml
View file @
113e8c37
...
...
@@ -16,3 +16,18 @@ config:
version
:
801
-
sqlquery
:
"
SELECT
count(*)
as
total_post_count
FROM
posts"
version
:
801
secretstores
:
-
http
:
id
:
mystore
url
:
'
http://localhost/secrets'
-
oauth2
:
id
:
azure_ad
service
:
azureAD
tenant_id
:
3da608ee-a0cc-47ec-906a-fe202bd77f8d
token_expiry_margin
:
10s
token
:
-
key
:
my_token
client_id
:
my_id
client_secret
:
my_secret
scopes
:
-
<<CLIENT_ID>>/.default
charts/telegraf/ci/secretstores.yaml
deleted
100644 → 0
View file @
ba764676
config
:
secretstores
:
-
http
:
id
:
mystore
url
:
'
http://localhost/secrets'
-
oauth2
:
id
:
azure_ad
service
:
azureAD
tenant_id
:
3da608ee-a0cc-47ec-906a-fe202bd77f8d
token_expiry_margin
:
10s
token
:
-
key
:
my_token
client_id
:
my_id
client_secret
:
my_secret
scopes
:
-
<<CLIENT_ID>>/.default
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