We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be useful if k8s_config supported outputting files recording the configured resources and differences from the desired state.
Output of configured resources could have a number of uses including use as input for a tool such as ArgoCD.
k8s_config_output_file - Output of configured resource states. k8s_config_output_only - Only generate output files, don't change anything. k8s_config_status_file - Output for resource status.
k8s_config_output_file
k8s_config_output_only
k8s_config_status_file
The text was updated successfully, but these errors were encountered:
Catch url fetch error
f2363d5
Fixes #8
No branches or pull requests
It would be useful if k8s_config supported outputting files recording the configured resources and differences from the desired state.
Output of configured resources could have a number of uses including use as input for a tool such as ArgoCD.
k8s_config_output_file
- Output of configured resource states.k8s_config_output_only
- Only generate output files, don't change anything.k8s_config_status_file
- Output for resource status.The text was updated successfully, but these errors were encountered: