Skip to content

Commit

Permalink
Add missing namespace (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallardot committed Jun 4, 2020
1 parent 8934009 commit 4405528
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/config-logging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: config-logging
namespace: default
labels:
operator.knative.dev/release: devel

Expand Down
1 change: 1 addition & 0 deletions config/config-observability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: config-observability
namespace: default
labels:
operator.knative.dev/release: devel

Expand Down
1 change: 1 addition & 0 deletions config/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: knative-operator
namespace: default
spec:
replicas: 1
selector:
Expand Down
3 changes: 2 additions & 1 deletion config/service_account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: knative-operator
name: knative-operator
namespace: default

0 comments on commit 4405528

Please sign in to comment.