Skip to content

Commit

Permalink
chore: ci/cd
Browse files Browse the repository at this point in the history
Signed-off-by: Ievgenii Shepeliuk <[email protected]>
  • Loading branch information
eshepelyuk committed May 10, 2022
1 parent a219c9b commit a0cf295
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion skaffold.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: skaffold/v2beta28
kind: Config
metadata:
name: opa
name: opa-kube-mgmt
build:
artifacts:
- image: openpolicyagent/kube-mgmt
Expand Down
7 changes: 3 additions & 4 deletions test/e2e/k3d.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apiVersion: k3d.io/v1alpha3
apiVersion: k3d.io/v1alpha4
kind: Simple
name: kube-mgmt
metadata:
name: kube-mgmt
servers: 1
agents: 0
registries:
Expand All @@ -21,8 +22,6 @@ ports:
nodeFilters:
- loadbalancer
options:
# k3d:
# disableLoadbalancer: false
k3s:
extraArgs:
- arg: "--disable=local-storage,metrics-server"
Expand Down

0 comments on commit a0cf295

Please sign in to comment.