Skip to content
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

Feature: Allow defining common snapshot behavior in the .chartsnap.yaml file within a test values directory #40

Merged
merged 7 commits into from
Dec 20, 2023

Conversation

jlandowner
Copy link
Owner

Close #30

Support to configure all snapshot behavior as a .chartsnap.yaml file within a test values file directory.

It allows you to remove redundant setting in your test value files.

dynamicFields:
  - apiVersion: v1
    kind: Secret
    name: cosmo-auth-env
    jsonPath:
      - /data/COOKIE_HASHKEY
      - /data/COOKIE_BLOCKKEY
      - /data/COOKIE_HASHKEY
      - /data/COOKIE_SESSION_NAME

@jlandowner jlandowner merged commit 8320822 into main Dec 20, 2023
@jlandowner jlandowner deleted the chartconfig2 branch December 23, 2023 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow defining global dynamic fields rules
1 participant