-
Notifications
You must be signed in to change notification settings - Fork 568
New issue
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
Support single yaml files? #1757
Comments
It is supported if you create a folder for that manifest and then reference it as a chart. See here for more details #673 |
Sweet thank you! |
// Linking #1720 as a related issue |
This does not work using fetch. Is this intended behavior? Take a simple example: with test.yaml containing: releases:
- name: manifests
chart: "../manifests" and noops.yaml containing: kind: ConfigMap
apiVersion: v1
metadata:
name: test-noop-only
data:
NOOP: |
There is no error when adding
|
Maybe a silly request but can helmfile support applying just a single manifest file? Sometime we have some extraneous set of yamls that isn't in a chart yet such as CRDs.
The text was updated successfully, but these errors were encountered: