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
1cacfc4d
Commit
1cacfc4d
authored
Apr 22, 2020
by
gitirabassi
Committed by
David McKay
Apr 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
re-removed cert-manager dependency
parent
c9f60b7f
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
20 deletions
+5
-20
Chart.lock
charts/telegraf-operator/Chart.lock
+0
-6
Chart.yaml
charts/telegraf-operator/Chart.yaml
+1
-7
certificate.yml
charts/telegraf-operator/templates/certificate.yml
+1
-1
issuer.yml
charts/telegraf-operator/templates/issuer.yml
+1
-1
secret-classes.yml
charts/telegraf-operator/templates/secret-classes.yml
+1
-1
values.yaml
charts/telegraf-operator/values.yaml
+1
-4
No files found.
charts/telegraf-operator/Chart.lock
deleted
100644 → 0
View file @
c9f60b7f
dependencies:
- name: cert-manager
repository: https://charts.jetstack.io
version: v0.14.2
digest: sha256:1a7838b8f56a6d9dfde5e6a64ef0bf2cd1fd1db20c105471eaa78af4fd9ed342
generated: "2020-04-22T15:24:20.379526+02:00"
charts/telegraf-operator/Chart.yaml
View file @
1cacfc4d
...
...
@@ -31,14 +31,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version
:
0.1
.0
version
:
1.0
.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion
:
v1.0.6
dependencies
:
-
name
:
cert-manager
version
:
v0.14.2
repository
:
https://charts.jetstack.io
condition
:
certManager.chart.enable
charts/telegraf-operator/templates/certificate.yml
View file @
1cacfc4d
{{
- if .Values.certManager.
certificate.
enable -
}}
{{
- if .Values.certManager.enable -
}}
apiVersion
:
cert-manager.io/v1alpha2
kind
:
Certificate
metadata
:
...
...
charts/telegraf-operator/templates/issuer.yml
View file @
1cacfc4d
{{
- if .Values.certManager.
certificate.
enable -
}}
{{
- if .Values.certManager.enable -
}}
apiVersion
:
cert-manager.io/v1alpha2
kind
:
Issuer
metadata
:
...
...
charts/telegraf-operator/templates/secret-classes.yml
View file @
1cacfc4d
...
...
@@ -7,7 +7,7 @@ metadata:
stringData
:
{{
.Values.classes.data | toYaml | nindent 2
}}
{{
- end
}}
---
{{
- if eq .Values.certManager.
certificate.
enable false -
}}
{{
- if eq .Values.certManager.enable false -
}}
apiVersion
:
v1
kind
:
Secret
type
:
kubernetes.io/tls
...
...
charts/telegraf-operator/values.yaml
View file @
1cacfc4d
...
...
@@ -10,10 +10,7 @@ classes:
data
:
{}
certManager
:
chart
:
enable
:
false
certificate
:
enable
:
true
enable
:
false
imagePullSecrets
:
[]
nameOverride
:
"
"
...
...
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