1
0
mirror of synced 2026-02-13 13:06:56 +00:00

Add service account args

- update kustomize-controller to v0.0.1-alpha.7
- change args to match the v0.0.1-alpha.7 API
- add service account args
This commit is contained in:
stefanprodan
2020-05-05 20:00:37 +03:00
parent 4c7f133315
commit 5c2c4ccdba
6 changed files with 135 additions and 21 deletions

4
go.mod
View File

@@ -4,8 +4,8 @@ go 1.14
require (
github.com/blang/semver v3.5.1+incompatible
github.com/fluxcd/kustomize-controller v0.0.1-alpha.4
github.com/fluxcd/source-controller v0.0.1-alpha.2
github.com/fluxcd/kustomize-controller v0.0.1-alpha.7
github.com/fluxcd/source-controller v0.0.1-alpha.5
github.com/manifoldco/promptui v0.7.0
github.com/spf13/cobra v1.0.0
k8s.io/api v0.18.2