mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-07 06:03:05 -04:00
[node-operator] rename constellation-node-operator to node-operator
This commit is contained in:
parent
1df2a20a36
commit
d72c18d066
6 changed files with 7 additions and 7 deletions
operators/constellation-node-operator
|
@ -4,7 +4,7 @@ layout:
|
||||||
plugins:
|
plugins:
|
||||||
manifests.sdk.operatorframework.io/v2: {}
|
manifests.sdk.operatorframework.io/v2: {}
|
||||||
scorecard.sdk.operatorframework.io/v2: {}
|
scorecard.sdk.operatorframework.io/v2: {}
|
||||||
projectName: constellation-node-operator
|
projectName: node-operator
|
||||||
repo: github.com/edgelesssys/constellation/operators/constellation-node-operator
|
repo: github.com/edgelesssys/constellation/operators/constellation-node-operator
|
||||||
resources:
|
resources:
|
||||||
- api:
|
- api:
|
||||||
|
|
|
@ -250,7 +250,7 @@ In production, it is recommended to deploy the operator using the [operator life
|
||||||
sourceNamespace: olm
|
sourceNamespace: olm
|
||||||
installPlanApproval: Automatic
|
installPlanApproval: Automatic
|
||||||
# TODO: user: set desired operator version here
|
# TODO: user: set desired operator version here
|
||||||
startingCSV: constellation-node-operator.v0.0.1
|
startingCSV: node-operator.v0.0.1
|
||||||
config:
|
config:
|
||||||
env:
|
env:
|
||||||
# TODO: user: set correct CSP here ("azure" or "gcp")
|
# TODO: user: set correct CSP here ("azure" or "gcp")
|
||||||
|
|
|
@ -4,7 +4,7 @@ FROM scratch
|
||||||
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
|
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
|
||||||
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
|
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
|
||||||
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
|
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
|
||||||
LABEL operators.operatorframework.io.bundle.package.v1=constellation-node-operator
|
LABEL operators.operatorframework.io.bundle.package.v1=node-operator
|
||||||
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
|
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
|
||||||
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.22.1
|
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.22.1
|
||||||
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
|
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Adds namespace to all resources.
|
# Adds namespace to all resources.
|
||||||
namespace: constellation-node-operator-system
|
namespace: node-operator-system
|
||||||
|
|
||||||
# Value of this field is prepended to the
|
# Value of this field is prepended to the
|
||||||
# names of all resources, e.g. a deployment named
|
# names of all resources, e.g. a deployment named
|
||||||
# "wordpress" becomes "alices-wordpress".
|
# "wordpress" becomes "alices-wordpress".
|
||||||
# Note that it should also match with the prefix (text before '-') of the namespace
|
# Note that it should also match with the prefix (text before '-') of the namespace
|
||||||
# field above.
|
# field above.
|
||||||
namePrefix: constellation-node-operator-
|
namePrefix: node-operator-
|
||||||
|
|
||||||
# Labels to add to all resources and selectors.
|
# Labels to add to all resources and selectors.
|
||||||
#commonLabels:
|
#commonLabels:
|
||||||
|
|
|
@ -56,7 +56,7 @@ spec:
|
||||||
- constellation
|
- constellation
|
||||||
links:
|
links:
|
||||||
- name: Constellation Node Operator
|
- name: Constellation Node Operator
|
||||||
url: https://constellation-node-operator.domain
|
url: https://edgeless.systems/
|
||||||
maintainers:
|
maintainers:
|
||||||
- email: mp@edgeless.systems
|
- email: mp@edgeless.systems
|
||||||
name: Malte Poll
|
name: Malte Poll
|
|
@ -1,7 +1,7 @@
|
||||||
# These resources constitute the fully configured set of manifests
|
# These resources constitute the fully configured set of manifests
|
||||||
# used to generate the 'manifests/' directory in a bundle.
|
# used to generate the 'manifests/' directory in a bundle.
|
||||||
resources:
|
resources:
|
||||||
- bases/constellation-node-operator.clusterserviceversion.yaml
|
- bases/node-operator.clusterserviceversion.yaml
|
||||||
- ../default
|
- ../default
|
||||||
- ../samples
|
- ../samples
|
||||||
- ../scorecard
|
- ../scorecard
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue