Skip to content

Commit

Permalink
fix cloud deploy yaml error
Browse files Browse the repository at this point in the history
  • Loading branch information
bxy4543 committed Jul 5, 2023
1 parent 9db0a98 commit 91d9dca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/cloud/deploy/manifests/deploy.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ spec:
- /manager
env:
- name: CAN_CONNECT_TO_EXTERNAL_NETWORK
value: {{ .canConnectToExternalNetwork } }
value: {{ .canConnectToExternalNetwork }}
image: ghcr.io/labring/sealos-cloud-controller:dev
livenessProbe:
httpGet:
Expand Down
7 changes: 7 additions & 0 deletions controllers/resources/metering/deploy/manifests/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
apiVersion: v1
kind: Namespace
metadata:
labels:
control-plane: controller-manager
name: resources-system
---
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down

0 comments on commit 91d9dca

Please sign in to comment.