-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kubernetes-external-secrets: Add default for property and fix hashes (#…
…44) * kubernetes-external-secrets: Add default for property and fix hashes * Refactor secret descriptor to subdirectory to ensure consistent hashing
- Loading branch information
Showing
9 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
kubernetes/kubernetes-external-secrets/ExternalSecret/package.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
kubernetes/kubernetes-external-secrets/SecretDescriptor.dhall
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
kubernetes/kubernetes-external-secrets/SecretDescriptor/Type.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
< SecretsManagerSecretDescriptor : | ||
../SecretsManagerSecretDescriptor/Type.dhall sha256:6feaa8bc2741d07fd9bf2bd1e09e57661978c2c9b720b071c2949d971552fcfd | ||
? ../SecretsManagerSecretDescriptor/Type.dhall | ||
| SystemManagerSecretDescriptor : | ||
../SystemManagerSecretDescriptor/Type.dhall sha256:7cd9738e468bdd65289f078162a0d4724cb62e91d7439576064d636322aedd62 | ||
? ../SystemManagerSecretDescriptor/Type.dhall | ||
> |
2 changes: 1 addition & 1 deletion
2
kubernetes/kubernetes-external-secrets/SecretsManagerExternalData/default.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{=} | ||
{ property = None Text } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters