Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
charts
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
charts
Commits
d774f652
Commit
d774f652
authored
Oct 30, 2019
by
Jeremy Gustie
Committed by
Denise Schannon
Nov 21, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump redskyops chart to v0.1.2
parent
0a7c0bab
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
172 additions
and
138 deletions
+172
-138
Chart.yaml
charts/redskyops/v0.1.2/Chart.yaml
+5
-5
questions.yml
charts/redskyops/v0.1.2/questions.yml
+1
-1
bootstrap_cluster_role.yaml
...ts/redskyops/v0.1.2/templates/bootstrap_cluster_role.yaml
+25
-0
crds.yaml
charts/redskyops/v0.1.2/templates/crds.yaml
+72
-78
deployment.yaml
charts/redskyops/v0.1.2/templates/deployment.yaml
+13
-17
rbac.yaml
charts/redskyops/v0.1.2/templates/rbac.yaml
+46
-24
secret.yaml
charts/redskyops/v0.1.2/templates/secret.yaml
+8
-12
values.yaml
charts/redskyops/v0.1.2/values.yaml
+2
-1
No files found.
charts/redskyops/v0.1.2/Chart.yaml
View file @
d774f652
apiVersion
:
v1
appVersion
:
v1.
1.1
appVersion
:
v1.
2.2
description
:
|
An AIOps platform for deploying, scaling and managing containerized applications in Kubernetes environments.
home
:
https://redskyops.dev/
icon
:
file://../icon.png
name
:
redskyops
version
:
0.1.1
maintainers
:
-
name
:
redskyops
email
:
info@redskyops.dev
-
email
:
info@redskyops.dev
name
:
redskyops
name
:
redskyops
version
:
0.1.2
charts/redskyops/v0.1.2/questions.yml
View file @
d774f652
...
...
@@ -15,7 +15,7 @@ questions:
type
:
string
label
:
Image Name
-
variable
:
redskyTag
default
:
"
1.
1.1
"
default
:
"
1.
2.2
"
description
:
"
Docker
image
tag"
type
:
string
label
:
Image Tag
...
...
charts/redskyops/v0.1.2/templates/bootstrap_cluster_role.yaml
0 → 100755
View file @
d774f652
{{
- if .Values.rbac.create -
}}
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
ClusterRole
metadata
:
name
:
{{
.Release.Name
}}
-aggregate-to-patching
labels
:
"
redskyops.dev/aggregate-to-patching"
:
"
true"
rules
:
-
apiGroups
:
-
"
"
resources
:
-
configmaps
verbs
:
-
patch
-
get
-
apiGroups
:
-
apps
-
extensions
resources
:
-
deployments
-
statefulsets
verbs
:
-
patch
-
get
{{
- end -
}}
charts/redskyops/v0.1.2/templates/crds.yaml
View file @
d774f652
apiVersion
:
apiextensions.k8s.io/v1beta1
kind
:
CustomResourceDefinition
metadata
:
creationTimestamp
:
null
labels
:
app.kubernetes.io/name
:
redskyops
helm.sh/chart
:
"
{{
.Chart.Name
}}-{{
.Chart.Version
|
replace
"+" "_" }}"
app.kubernetes.io/managed-by
:
{{
.Release.Service | quote
}}
app.kubernetes.io/instance
:
{{
.Release.Name | quote
}}
app.kubernetes.io/version
:
{{
.Chart.AppVersion | quote
}}
app.kubernetes.io/instance
:
{{
.Release.Name | quote
}}
app.kubernetes.io/managed-by
:
{{
.Release.Service | quote
}}
helm.sh/chart
:
"
{{
.Chart.Name
}}-{{
.Chart.Version
|
replace
"+" "_" }}"
name
:
experiments.redskyops.dev
spec
:
group
:
redskyops.dev
names
:
kind
:
Experiment
listKind
:
ExperimentList
plural
:
experiments
singular
:
experiment
scope
:
"
"
validation
:
openAPIV3Schema
:
...
...
@@ -30,16 +31,31 @@ spec:
submits
requests
to.
Cannot
be
updated.
In
CamelCase.
More
info:
https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
type
:
string
metadata
:
description
:
Standard object metadata
type
:
object
spec
:
description
:
ExperimentSpec defines the desired state of E
xperiment
description
:
Specification of the desired behavior for an e
xperiment
properties
:
budget
:
description
:
Budget is the maximum number of trials to run for an experiment
across all clusters
format
:
int32
type
:
integer
burnIn
:
description
:
Burn-in is the number of trials using random suggestions
at the start of an experiment
format
:
int32
type
:
integer
metrics
:
description
:
Metrics defines the outcomes for the experiment
items
:
description
:
Metric represents an observable outcome from a trial
run
properties
:
errorQuery
:
description
:
Collection type specific query for the error associated
with collected metric value
type
:
string
minimize
:
description
:
Indicator that the goal of the experiment is to minimize
the value of this metric
...
...
@@ -58,8 +74,12 @@ spec:
description
:
The port number or name on the matched service to
collect the metric value from
query
:
description
:
Collection type specific query, e.g. PromQL or a
JSON pointer expression
description
:
Collection type specific query, e.g. Go template
for "local", PromQL for "prometheus" or a JSON pointer expression
(with curly braces) for "jsonpath"
type
:
string
scheme
:
description
:
The scheme to use when collecting metrics
type
:
string
selector
:
description
:
Selector matching services to collect this metric
...
...
@@ -107,7 +127,8 @@ spec:
type
:
object
type
:
object
type
:
description
:
The metric collection type, e.g. "prometheus"
description
:
'
The
metric
collection
type,
one
of:
local|prometheus|jsonpath,
default:
local'
type
:
string
required
:
-
name
...
...
@@ -197,56 +218,9 @@ spec:
patch
:
description
:
A Go Template that evaluates to valid patch.
type
:
string
selector
:
description
:
A selector matching multiple labeled objects the
patch should be applied to. Used only if the target reference
name is empty, the target reference API version and kind are
used to determine what type of object should be matched.
properties
:
matchExpressions
:
description
:
matchExpressions is a list of label selector
requirements. The requirements are ANDed.
items
:
description
:
A label selector requirement is a selector
that contains values, a key, and an operator that relates
the key and values.
properties
:
key
:
description
:
key is the label key that the selector
applies to.
type
:
string
operator
:
description
:
operator represents a key's relationship
to a set of values. Valid operators are In, NotIn,
Exists and DoesNotExist.
type
:
string
values
:
description
:
values is an array of string values. If
the operator is In or NotIn, the values array must
be non-empty. If the operator is Exists or DoesNotExist,
the values array must be empty. This array is replaced
during a strategic merge patch.
items
:
type
:
string
type
:
array
required
:
-
key
-
operator
type
:
object
type
:
array
matchLabels
:
additionalProperties
:
type
:
string
description
:
matchLabels is a map of {key,value} pairs. A
single {key,value} in the matchLabels map is equivalent
to an element of matchExpressions, whose key field is "key",
the operator is "In", and the values array contains only
"value". The requirements are ANDed.
type
:
object
type
:
object
targetRef
:
description
:
Direct reference to the object the patch should be
applied to.
The name can be omitted to match by label selector.
applied to.
properties
:
apiVersion
:
description
:
API version of the referent.
...
...
@@ -287,7 +261,6 @@ spec:
type
:
string
required
:
-
patch
-
targetRef
type
:
object
type
:
array
replicas
:
...
...
@@ -346,9 +319,10 @@ spec:
if the effective replica count is more then one
properties
:
metadata
:
description
:
Standard object metadata
type
:
object
spec
:
description
:
TrialSpec defines the desired state of T
rial
description
:
Specification of the desired behavior for the t
rial
properties
:
approximateRuntime
:
description
:
The approximate amount of time the trial run should
...
...
@@ -363,8 +337,10 @@ spec:
on the associated experiment.
properties
:
name
:
description
:
Parameter name being assigned
type
:
string
value
:
description
:
The value of the assignment
format
:
int64
type
:
integer
required
:
...
...
@@ -543,6 +519,10 @@ spec:
description
:
The Helm chart reference to release as part
of this task
type
:
string
helmChartVersion
:
description
:
The Helm chart version, empty means use the
latest
type
:
string
helmValues
:
description
:
The Helm values to set, ignored unless helmChart
is also set
...
...
@@ -592,10 +572,7 @@ spec:
of a values mapping
properties
:
configMap
:
description
:
ConfigMapHelmValuesFromSource is a
reference to a ConfigMap that contains "*values.yaml"
keys TODO How do document the side effect of things
like patches in the ConfigMap also being applied?
description
:
The ConfigMap to select from
properties
:
name
:
description
:
'
Name
of
the
referent.
More
info:
...
...
@@ -604,8 +581,6 @@ spec:
kind,
uid?'
type
:
string
type
:
object
required
:
-
configMap
type
:
object
type
:
array
image
:
...
...
@@ -7162,6 +7137,11 @@ spec:
-
template
type
:
object
type
:
object
ttlSecondsAfterFinished
:
description
:
The minimum number of seconds before an attempt
should be made to clean up the trial
format
:
int32
type
:
integer
values
:
description
:
Values are the collected metrics at the end of
the trial run
...
...
@@ -7199,7 +7179,14 @@ spec:
-
template
type
:
object
status
:
description
:
ExperimentStatus defines the observed state of Experiment
description
:
Current status of an experiment
properties
:
activeTrials
:
description
:
ActiveTrials is the observed number of running trials
format
:
int32
type
:
integer
required
:
-
activeTrials
type
:
object
type
:
object
version
:
v1alpha1
...
...
@@ -7217,13 +7204,12 @@ status:
apiVersion
:
apiextensions.k8s.io/v1beta1
kind
:
CustomResourceDefinition
metadata
:
creationTimestamp
:
null
labels
:
app.kubernetes.io/name
:
redskyops
helm.sh/chart
:
"
{{
.Chart.Name
}}-{{
.Chart.Version
|
replace
"+" "_" }}"
app.kubernetes.io/managed-by
:
{{
.Release.Service | quote
}}
app.kubernetes.io/instance
:
{{
.Release.Name | quote
}}
app.kubernetes.io/version
:
{{
.Chart.AppVersion | quote
}}
app.kubernetes.io/instance
:
{{
.Release.Name | quote
}}
app.kubernetes.io/managed-by
:
{{
.Release.Service | quote
}}
helm.sh/chart
:
"
{{
.Chart.Name
}}-{{
.Chart.Version
|
replace
"+" "_" }}"
name
:
trials.redskyops.dev
spec
:
additionalPrinterColumns
:
...
...
@@ -7238,7 +7224,9 @@ spec:
group
:
redskyops.dev
names
:
kind
:
Trial
listKind
:
TrialList
plural
:
trials
singular
:
trial
scope
:
"
"
subresources
:
{}
validation
:
...
...
@@ -7256,9 +7244,10 @@ spec:
submits
requests
to.
Cannot
be
updated.
In
CamelCase.
More
info:
https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
type
:
string
metadata
:
description
:
Standard object metadata
type
:
object
spec
:
description
:
TrialSpec defines the desired state of T
rial
description
:
Specification of the desired behavior for a t
rial
properties
:
approximateRuntime
:
description
:
The approximate amount of time the trial run should execute
...
...
@@ -7273,8 +7262,10 @@ spec:
experiment.
properties
:
name
:
description
:
Parameter name being assigned
type
:
string
value
:
description
:
The value of the assignment
format
:
int64
type
:
integer
required
:
...
...
@@ -7446,6 +7437,9 @@ spec:
description
:
The Helm chart reference to release as part of this
task
type
:
string
helmChartVersion
:
description
:
The Helm chart version, empty means use the latest
type
:
string
helmValues
:
description
:
The Helm values to set, ignored unless helmChart
is also set
...
...
@@ -7492,18 +7486,13 @@ spec:
mapping
properties
:
configMap
:
description
:
ConfigMapHelmValuesFromSource is a reference
to a ConfigMap that contains "*values.yaml" keys TODO
How do document the side effect of things like patches
in the ConfigMap also being applied?
description
:
The ConfigMap to select from
properties
:
name
:
description
:
'
Name
of
the
referent.
More
info:
https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO:
Add
other
useful
fields.
apiVersion,
kind,
uid?'
type
:
string
type
:
object
required
:
-
configMap
type
:
object
type
:
array
image
:
...
...
@@ -13371,6 +13360,11 @@ spec:
-
template
type
:
object
type
:
object
ttlSecondsAfterFinished
:
description
:
The minimum number of seconds before an attempt should
be made to clean up the trial
format
:
int32
type
:
integer
values
:
description
:
Values are the collected metrics at the end of the trial
run
...
...
@@ -13401,7 +13395,7 @@ spec:
type
:
array
type
:
object
status
:
description
:
TrialStatus defines the observed state of T
rial
description
:
Current status of a t
rial
properties
:
assignments
:
description
:
Assignments is a string representation of the trial assignments
...
...
@@ -13437,7 +13431,7 @@ spec:
or "Unknown
type
:
string
type
:
description
:
The condition type, e.g. "
C
omplete"
description
:
The condition type, e.g. "
redskyops.dev/trial-c
omplete"
type
:
string
required
:
-
lastProbeTime
...
...
charts/redskyops/v0.1.2/templates/deployment.yaml
View file @
d774f652
...
...
@@ -7,10 +7,10 @@ metadata:
prometheus.io/scrape
:
"
true"
labels
:
app.kubernetes.io/name
:
redskyops
helm.sh/chart
:
"
{{
.Chart.Name
}}-{{
.Chart.Version
|
replace
"+" "_" }}"
app.kubernetes.io/managed-by
:
{{
.Release.Service | quote
}}
app.kubernetes.io/instance
:
{{
.Release.Name | quote
}}
app.kubernetes.io/version
:
{{
.Chart.AppVersion | quote
}}
app.kubernetes.io/instance
:
{{
.Release.Name | quote
}}
app.kubernetes.io/managed-by
:
{{
.Release.Service | quote
}}
helm.sh/chart
:
"
{{
.Chart.Name
}}-{{
.Chart.Version
|
replace
"+" "_" }}"
control-plane
:
controller-manager
name
:
"
{{
.Release.Name
}}-controller-manager-metrics-service"
spec
:
...
...
@@ -19,6 +19,7 @@ spec:
port
:
8443
targetPort
:
https
selector
:
app.kubernetes.io/instance
:
{{
.Release.Name | quote
}}
app.kubernetes.io/name
:
redskyops
control-plane
:
controller-manager
---
...
...
@@ -29,21 +30,23 @@ metadata:
checksum/config
:
{{
include (print $.Template.BasePath "/secret.yaml") . | sha256sum
}}
labels
:
app.kubernetes.io/name
:
redskyops
helm.sh/chart
:
"
{{
.Chart.Name
}}-{{
.Chart.Version
|
replace
"+" "_" }}"
app.kubernetes.io/managed-by
:
{{
.Release.Service | quote
}}
app.kubernetes.io/instance
:
{{
.Release.Name | quote
}}
app.kubernetes.io/version
:
{{
.Chart.AppVersion | quote
}}
app.kubernetes.io/instance
:
{{
.Release.Name | quote
}}
app.kubernetes.io/managed-by
:
{{
.Release.Service | quote
}}
helm.sh/chart
:
"
{{
.Chart.Name
}}-{{
.Chart.Version
|
replace
"+" "_" }}"
control-plane
:
controller-manager
name
:
"
{{
.Release.Name
}}-controller-manager"
spec
:
replicas
:
1
selector
:
matchLabels
:
app.kubernetes.io/instance
:
{{
.Release.Name | quote
}}
app.kubernetes.io/name
:
redskyops
control-plane
:
controller-manager
template
:
metadata
:
labels
:
app.kubernetes.io/instance
:
{{
.Release.Name | quote
}}
app.kubernetes.io/name
:
redskyops
app.kubernetes.io/version
:
{{
.Chart.AppVersion | quote
}}
control-plane
:
controller-manager
...
...
@@ -63,7 +66,11 @@ spec:
-
--metrics-addr=127.0.0.1:8080
command
:
-
/manager
envFrom
:
-
secretRef
:
name
:
"
{{
.Release.Name
}}-manager"
image
:
{{
.Values.redskyImage
}}
:{{ .Values.redskyTag }}
imagePullPolicy
:
{{
.Values.redskyImagePullPolicy
}}
name
:
manager
resources
:
limits
:
...
...
@@ -78,15 +85,4 @@ spec:
runAsGroup
:
65532
runAsNonRoot
:
true
runAsUser
:
65532
volumeMounts
:
-
mountPath
:
/home/nonroot
name
:
client-config
readOnly
:
true
terminationGracePeriodSeconds
:
10
volumes
:
-
name
:
client-config
secret
:
items
:
-
key
:
client.yaml
path
:
.redsky
secretName
:
client-config
charts/redskyops/v0.1.2/templates/rbac.yaml
View file @
d774f652
...
...
@@ -2,23 +2,20 @@
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
ClusterRole
metadata
:
creationTimestamp
:
null
labels
:
app.kubernetes.io/name
:
redskyops
helm.sh/chart
:
"
{{
.Chart.Name
}}-{{
.Chart.Version
|
replace
"+" "_" }}"
app.kubernetes.io/managed-by
:
{{
.Release.Service | quote
}}
app.kubernetes.io/instance
:
{{
.Release.Name | quote
}}
app.kubernetes.io/version
:
{{
.Chart.AppVersion | quote
}}
app.kubernetes.io/instance
:
{{
.Release.Name | quote
}}
app.kubernetes.io/managed-by
:
{{
.Release.Service | quote
}}
helm.sh/chart
:
"
{{
.Chart.Name
}}-{{
.Chart.Version
|
replace
"+" "_" }}"
name
:
"
{{
.Release.Name
}}-manager-role"
rules
:
-
apiGroups
:
-
"
"
resources
:
-
configmap
s
-
namespace
s
verbs
:
-
get
-
list
-
patch
-
apiGroups
:
-
"
"
resources
:
...
...
@@ -32,16 +29,6 @@ rules:
verbs
:
-
list
-
apiGroups
:
-
apps
-
extensions
resources
:
-
deployments
-
statefulsets
verbs
:
-
get
-
list
-
patch
-
apiGroups
:
-
batch
-
extensions
resources
:
...
...
@@ -104,15 +91,31 @@ rules:
-
patch
-
update
---
aggregationRule
:
clusterRoleSelectors
:
-
matchLabels
:
redskyops.dev/aggregate-to-patching
:
"
true"
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
ClusterRole
metadata
:
labels
:
app.kubernetes.io/name
:
redskyops
helm.sh/chart
:
"
{{
.Chart.Name
}}-{{
.Chart.Version
|
replace
"+" "_" }}"
app.kubernetes.io/managed-by
:
{{
.Release.Service | quote
}}
app.kubernetes.io/version
:
{{
.Chart.AppVersion | quote
}}
app.kubernetes.io/instance
:
{{
.Release.Name | quote
}}
app.kubernetes.io/managed-by
:
{{
.Release.Service | quote
}}
helm.sh/chart
:
"
{{
.Chart.Name
}}-{{
.Chart.Version
|
replace
"+" "_" }}"
name
:
"
{{
.Release.Name
}}-patching-role"
rules
:
[]
---
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
ClusterRole
metadata
:
labels
:
app.kubernetes.io/name
:
redskyops
app.kubernetes.io/version
:
{{
.Chart.AppVersion | quote
}}
app.kubernetes.io/instance
:
{{
.Release.Name | quote
}}
app.kubernetes.io/managed-by
:
{{
.Release.Service | quote
}}
helm.sh/chart
:
"
{{
.Chart.Name
}}-{{
.Chart.Version
|
replace
"+" "_" }}"
name
:
"
{{
.Release.Name
}}-proxy-role"
rules
:
-
apiGroups
:
...
...
@@ -133,10 +136,10 @@ kind: ClusterRoleBinding
metadata
:
labels
:
app.kubernetes.io/name
:
redskyops
helm.sh/chart
:
"
{{
.Chart.Name
}}-{{
.Chart.Version
|
replace
"+" "_" }}"
app.kubernetes.io/managed-by
:
{{
.Release.Service | quote
}}
app.kubernetes.io/instance
:
{{
.Release.Name | quote
}}
app.kubernetes.io/version
:
{{
.Chart.AppVersion | quote
}}
app.kubernetes.io/instance
:
{{
.Release.Name | quote
}}
app.kubernetes.io/managed-by
:
{{
.Release.Service | quote
}}
helm.sh/chart
:
"
{{
.Chart.Name
}}-{{
.Chart.Version
|
replace
"+" "_" }}"
name
:
"
{{
.Release.Name
}}-manager-rolebinding"
roleRef
:
apiGroup
:
rbac.authorization.k8s.io
...
...
@@ -152,10 +155,29 @@ kind: ClusterRoleBinding
metadata
:
labels
:
app.kubernetes.io/name
:
redskyops
helm.sh/chart
:
"
{{
.Chart.Name
}}-{{
.Chart.Version
|
replace
"+" "_" }}"
app.kubernetes.io/managed-by
:
{{
.Release.Service | quote
}}
app.kubernetes.io/version
:
{{
.Chart.AppVersion | quote
}}
app.kubernetes.io/instance
:
{{
.Release.Name | quote
}}
app.kubernetes.io/managed-by
:
{{
.Release.Service | quote
}}
helm.sh/chart
:
"
{{
.Chart.Name
}}-{{
.Chart.Version
|
replace
"+" "_" }}"
name
:
"
{{
.Release.Name
}}-patching-rolebinding"
roleRef
:
apiGroup
:
rbac.authorization.k8s.io
kind
:
ClusterRole
name
:
"
{{
.Release.Name
}}-patching-role"
subjects
:
-
kind
:
ServiceAccount
name
:
default
namespace
:
{{
.Release.Namespace | quote
}}
---
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
ClusterRoleBinding
metadata
:
labels
:
app.kubernetes.io/name
:
redskyops
app.kubernetes.io/version
:
{{
.Chart.AppVersion | quote
}}
app.kubernetes.io/instance
:
{{
.Release.Name | quote
}}
app.kubernetes.io/managed-by
:
{{
.Release.Service | quote
}}
helm.sh/chart
:
"
{{
.Chart.Name
}}-{{
.Chart.Version
|
replace
"+" "_" }}"
name
:
"
{{
.Release.Name
}}-proxy-rolebinding"
roleRef
:
apiGroup
:
rbac.authorization.k8s.io
...
...
charts/redskyops/v0.1.2/templates/secret.yaml
View file @
d774f652
{{
- define "client.config"
}}
address
:
{{
.Values.address | quote
}}
oauth2
:
client_id
:
{{
.Values.oauth2ClientID | quote
}}
client_secret
:
{{
.Values.oauth2ClientSecret | quote
}}
token_url
:
{{
.Values.oauth2TokenURL | quote
}}
{{
- end
}}
apiVersion
:
v1
kind
:
Secret
metadata
:
name
:
client-config
name
:
{{
.Release.Name
}}
-manager
labels
:
app.kubernetes.io/name
:
redskyops
helm.sh/chart
:
"
{{
.Chart.Name
}}-{{
.Chart.Version
|
replace
"+" "_" }}"
app.kubernetes.io/managed-by
:
{{
.Release.Service | quote
}}
app.kubernetes.io/instance
:
{{
.Release.Name | quote
}}
app.kubernetes.io/version
:
{{
.Chart.AppVersion | quote
}}
app.kubernetes.io/instance
:
{{
.Release.Name | quote
}}
app.kubernetes.io/managed-by
:
{{
.Release.Service | quote
}}
helm.sh/chart
:
"
{{
.Chart.Name
}}-{{
.Chart.Version
|
replace
"+" "_" }}"
type
:
Opaque
data
:
client.yaml
:
{{
include "client.config" . | b64enc
}}
REDSKY_ADDRESS
:
{{
.Values.address | b64enc | quote
}}
REDSKY_OAUTH2_CLIENT_ID
:
{{
.Values.oauth2ClientID | b64enc | quote
}}
REDSKY_OAUTH2_CLIENT_SECRET
:
{{
.Values.oauth2ClientSecret | b64enc | quote
}}
REDSKY_OAUTH2_TOKEN_URL
:
{{
.Values.oauth2TokenURL | b64enc | quote
}}
charts/redskyops/v0.1.2/values.yaml
View file @
d774f652
# Override the Red Sky manager image name and tag
redskyImage
:
"
gcr.io/redskyops/k8s-experiment"
redskyTag
:
"
1.1.1"
redskyTag
:
"
1.2.2"
redskyImagePullPolicy
:
"
Always"
# Configure the Red Sky server address
address
:
"
"
...
...
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