FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
stackrox/operator/hack/operator.envsubst.yaml at master · stackrox/stackrox · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
stackrox
/
stackrox
Public
Notifications
You must be signed in to change notification settings
Fork
191
Star
1.3k
Code
Issues
54
Pull requests
604
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
stackrox
/
operator
/
hack
/
operator.envsubst.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
37 lines (37 loc) · 1.06 KB
Breadcrumbs
stackrox
/
operator
/
hack
/
operator.envsubst.yaml
Copy path
File metadata and controls
37 lines (37 loc) · 1.06 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
apiVersion
:
operators.coreos.com/v1alpha1
kind
:
CatalogSource
metadata
:
name
:
stackrox-operator-test-index
spec
:
sourceType
:
grpc
image
:
${INDEX_IMAGE_REPO}:${INDEX_IMAGE_TAG}
displayName
:
StackRox Operator Test index
grpcPodConfig
:
${DISABLE_SECURITY_CONTEXT_CONFIG}securityContextConfig
:
restricted
---
apiVersion
:
operators.coreos.com/v1alpha2
kind
:
OperatorGroup
metadata
:
name
:
all-namespaces-operator-group
---
apiVersion
:
operators.coreos.com/v1alpha1
kind
:
Subscription
metadata
:
name
:
stackrox-operator-test-subscription
spec
:
channel
:
${OPERATOR_CHANNEL}
name
:
rhacs-operator
source
:
stackrox-operator-test-index
sourceNamespace
:
${NAMESPACE}
installPlanApproval
:
Manual
startingCSV
:
${STARTING_CSV}
config
:
env
:
#
use a test value for NO_PROXY. This will not have any impact
#
on the services at runtime, but we can test if it gets piped
#
through correctly.
-
name
:
NO_PROXY
value
:
"
127.1.2.3/8
"
#
This feature flag is not yet enabled by default.
-
name
:
ROX_ADMISSION_CONTROLLER_CONFIG
value
:
"
true
"
Back
|
FazBrowse Home
|
New Git URL