Skip to content
This repository was archived by the owner on May 1, 2021. It is now read-only.

feat: add provider-specific instructions to remoteRef #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,13 @@ spec:
version: provider-key-version
property: provider-key-property

# Policy for fetching tags/labels from provider secrets, possible options are Fetch, None. Defaults to None
metadataPolicy: Fetch

# Strategy for decoding provider secrets, options are Binary, Base64, BestEffort. Defaults to BestEffort
# BestEffort tries to use an content-type indicator from the upstream API if provided.
decodeStrategy: Binary

# Used to fetch all properties from the Provider key
# If multiple dataFrom are specified, secrets are merged in the specified order
dataFrom:
Expand Down