7 lines
166 B
Bash
7 lines
166 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
flux reconcile kustomization apps
|
||
|
|
flux reconcile kustomization infrastructure
|
||
|
|
flux reconcile kustomization secrets
|
||
|
|
flux reconcile source git flux-system
|