Skip to content

Commit

Permalink
Trigger modules push
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshkal committed Aug 4, 2024
1 parent 086e04b commit a3861db
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions genval/modules/cuemod-argocd:v2.11.3/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Genval workspace for managing Kubernertes configuration files


This directory structure serves as a foundational workspace for generating and validating ArgoCD manifests.


├── input
├── policy
└── README.md

```
- `input` Directory: This directory is designated for storing all manifests that users intend to generate from or validate against specific Cuelang policies. When using the `genval cue` command, this directory should be specified with the `--reqinput` flag.
- `input` directory: This directory is designated for storing all manifests that users intend to generate from or validate against specific Cuelang policies. When using the `genval cue` command, this directory should be specified with the `--reqinput` flag.
- `policy` directory: This directory is reserved for maintaining **Cuelang** definitions, referred to as policies in the context of Genval. When executing the `genval cue` command, this directory should be provided with the `--policy` flag.
```

- `policy` Directory: This directory is reserved for maintaining **Cuelang** definitions, referred to as policies in the context of Genval. When executing the `genval cue` command, this directory should be provided with the `--policy` flag.
2 changes: 1 addition & 1 deletion genval/modules/cuemod-k8s:v1.30/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ This directory structure serves as a foundational workspace for generating and v

- `input` directory: This directory is designated for storing all manifests that users intend to generate from or validate against specific Cuelang policies. When using the `genval cue` command, this directory should be specified with the `--reqinput` flag.

- `policy` directory: This directory is reserved for maintaining **Cuelang** definitions/policies, referred to as policies in the context of Genval. When executing the `genval cue` command, this directory should be provided with the `--policy` flag. The policy dir also containes all the dependencies required for writing policies for a specified technology via `genval cuemod init` command.
- `policy` directory: This directory is reserved for maintaining **Cuelang** definitions/policies, referred to as policies in the context of Genval. When executing the `genval cue` command, this directory should be provided with the `--policy` flag.
6 changes: 3 additions & 3 deletions genval/modules/cuemod-tektoncd:v0.60.2/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Genval workspace for managing TektonCD configuration files


This directory structure serves as a foundational workspace for generating and validating TektonCD manifests.

```shell
Expand All @@ -11,6 +10,7 @@ This directory structure serves as a foundational workspace for generating and v
└── README.md
```

- `input` Directory: This directory is designated for storing all manifests that users intend to generate from or validate against specific Cuelang policies. When using the `genval cue` command, this directory should be specified with the `--reqinput` flag.
- `input` directory: This directory is designated for storing all manifests that users intend to generate from or validate against specific Cuelang policies. When using the `genval cue` command, this directory should be specified with the `--reqinput` flag.

- `policy` directory: This directory is reserved for maintaining **Cuelang** definitions, referred to as policies in the context of Genval. When executing the `genval cue` command, this directory should be provided with the `--policy` flag.

- `policy` Directory: This directory is reserved for maintaining **Cuelang** definitions, referred to as policies in the context of Genval. When executing the `genval cue` command, this directory should be provided with the `--policy` flag.

0 comments on commit a3861db

Please sign in to comment.