Skip to content

Commit

Permalink
[manifests] Replacing namespace and default channel
Browse files Browse the repository at this point in the history
Signed-off-by: dd di cesare <[email protected]>
  • Loading branch information
didierofrivia committed Aug 28, 2024
1 parent f4ab1e7 commit a923f4b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion catalog/authorino-operator-channel-entry.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
schema: olm.channel
package: authorino-operator
name: preview
name: stable
entries:
- name: authorino-operator.v0.0.0
2 changes: 1 addition & 1 deletion config/deploy/olm/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Adds namespace to all resources.
namespace: authorino-system
namespace: authorino-operator

resources:
- namespace.yaml
Expand Down
2 changes: 1 addition & 1 deletion config/deploy/olm/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Namespace
metadata:
labels:
control-plane: controller-manager
name: system
name: operator
4 changes: 2 additions & 2 deletions config/deploy/olm/subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ metadata:
name: kuadrant
spec:
source: authorino-operator-catalog
sourceNamespace: authorino-system
sourceNamespace: authorino-operator
name: authorino-operator
channel: "preview"
channel: "stable"

0 comments on commit a923f4b

Please sign in to comment.