7 lines
215 B
Bash
Executable File
7 lines
215 B
Bash
Executable File
#!/bin/bash
|
|
flux reconcile source git flux-system
|
|
flux reconcile kustomization flux-system
|
|
flux reconcile kustomization infra-controllers
|
|
flux reconcile kustomization infra-configs
|
|
flux reconcile kustomization apps
|