Skip to content

Commit

Permalink
create namespace as part of config yaml (#422)
Browse files Browse the repository at this point in the history
Signed-off-by: Kenny Leung <kleung@chainguard.dev>
  • Loading branch information
k4leung4 authored Feb 18, 2022
1 parent 100b79a commit 5b3fa3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/verify-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ jobs:
key.pem: $(cat ${{ github.run_id }}-key.pem | base64 -w 0)
EOF
kubectl create ns fulcio-system
make ko-apply
kubectl wait --for=condition=Available --timeout=5m -n fulcio-system deployment/fulcio-server
Expand Down
7 changes: 7 additions & 0 deletions config/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: v1
kind: Namespace
metadata:
name: fulcio-system
labels:
name: fulcio-system
---
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down

0 comments on commit 5b3fa3b

Please sign in to comment.