moved application path

This commit is contained in:
Sebastian Wendel 2022-07-25 13:34:11 +02:00
parent f0ffaeab71
commit 72321a7994
No known key found for this signature in database
GPG key ID: 1422B7DF78144640
8 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,7 @@
---
resources:
# - ./operator-framework
- ../apps/ingress-nginx
- ../apps/cert-manager
# - ./gatekeeper
- ./ingress-nginx
- ./cert-manager
- ../apps/gitea

View file

@ -22,6 +22,8 @@ mkShell {
mdsh
nix-linter
nixpkgs-fmt
open-policy-agent
operator-sdk
pre-commit
rnix-lsp
vscodium-fhs
@ -36,5 +38,7 @@ mkShell {
. <(k9s completion $(basename $SHELL))
. <(kubectl completion $(basename $SHELL))
. <(kustomize completion $(basename $SHELL))
. <(opa completion $(basename $SHELL))
. <(operator-sdk completion $(basename $SHELL))
'';
}