mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -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
|
@ -1,12 +1,12 @@
|
|||
# Adds namespace to all resources.
|
||||
namespace: constellation-node-operator-system
|
||||
namespace: node-operator-system
|
||||
|
||||
# Value of this field is prepended to the
|
||||
# names of all resources, e.g. a deployment named
|
||||
# "wordpress" becomes "alices-wordpress".
|
||||
# Note that it should also match with the prefix (text before '-') of the namespace
|
||||
# field above.
|
||||
namePrefix: constellation-node-operator-
|
||||
namePrefix: node-operator-
|
||||
|
||||
# Labels to add to all resources and selectors.
|
||||
#commonLabels:
|
||||
|
|
|
@ -56,7 +56,7 @@ spec:
|
|||
- constellation
|
||||
links:
|
||||
- name: Constellation Node Operator
|
||||
url: https://constellation-node-operator.domain
|
||||
url: https://edgeless.systems/
|
||||
maintainers:
|
||||
- email: mp@edgeless.systems
|
||||
name: Malte Poll
|
|
@ -1,7 +1,7 @@
|
|||
# These resources constitute the fully configured set of manifests
|
||||
# used to generate the 'manifests/' directory in a bundle.
|
||||
resources:
|
||||
- bases/constellation-node-operator.clusterserviceversion.yaml
|
||||
- bases/node-operator.clusterserviceversion.yaml
|
||||
- ../default
|
||||
- ../samples
|
||||
- ../scorecard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue