I have my config managed in a git repo. the ROOT folder (as noted in the instructions at https://artifacthub.io/packages/helm/julb-me/git-configmap-sync) is the folder that i git cloned and thus it contains some folders (such as .git) in addition to the folders for the config i want to install
this causes the following:
024-10-02 11:26:48: [INFO] Running outside a pod, using .kubeconfig.
2024-10-02 11:26:48: [INFO] Operation started.
2024-10-02 11:26:48: [INFO] = Proceed to ConfigMap extraction.
2024-10-02 11:26:48: [INFO] == Namespace: <.git>
2024-10-02 11:26:48: [INFO] == > ConfigMap: <branches>
2024-10-02 11:26:48: [INFO] == > ConfigMap: <hooks>
2024-10-02 11:26:48: [INFO] == >>> Adding file: <applypatch-msg.sample>.
2024-10-02 11:26:48: [INFO] == >>> Adding file: <commit-msg.sample>.
2024-10-02 11:26:48: [INFO] == >>> Adding file: <post-update.sample>.
2024-10-02 11:26:48: [INFO] == >>> Adding file: <pre-applypatch.sample>.
2024-10-02 11:26:48: [INFO] == >>> Adding file: <pre-commit.sample>.
2024-10-02 11:26:48: [INFO] == >>> Adding file: <pre-merge-commit.sample>.
2024-10-02 11:26:48: [INFO] == >>> Adding file: <pre-push.sample>.
2024-10-02 11:26:48: [INFO] == >>> Adding file: <pre-receive.sample>.
2024-10-02 11:26:48: [INFO] == >>> Adding file: <push-to-checkout.sample>.
2024-10-02 11:26:48: [INFO] == >>> Adding file: <sendemail-validate.sample>.
2024-10-02 11:26:48: [INFO] == >>> Adding file: <update.sample>.
2024-10-02 11:26:48: [INFO] == >>> Adding file: <fsmonitor-watchman.sample>.
2024-10-02 11:26:48: [INFO] == >>> Adding file: <pre-rebase.sample>.
2024-10-02 11:26:48: [INFO] == >>> Adding file: <prepare-commit-msg.sample>.
2024-10-02 11:26:48: [INFO] == > ConfigMap: <info>
2024-10-02 11:26:48: [INFO] == >>> Adding file: <exclude>.
2024-10-02 11:26:48: [INFO] == > ConfigMap: <objects>
2024-10-02 11:26:48: [INFO] == > ConfigMap: <refs>
2024-10-02 11:26:48: [INFO] == > ConfigMap: <logs>
2024-10-02 11:26:48: [INFO] == >>> Adding file: <HEAD>.
2024-10-02 11:26:48: [INFO] == Namespace: <.gitlab>
2024-10-02 11:26:48: [INFO] == > ConfigMap: <issue_templates>
2024-10-02 11:26:48: [INFO] == >>> Adding file: <default.md>.
Can there be a set of folders that can be excluded such as all hidden folders whose names start with a .?
I have my config managed in a git repo. the ROOT folder (as noted in the instructions at https://artifacthub.io/packages/helm/julb-me/git-configmap-sync) is the folder that i git cloned and thus it contains some folders (such as
.git) in addition to the folders for the config i want to installthis causes the following:
Can there be a set of folders that can be excluded such as all hidden folders whose names start with a
.?