1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

Adding Deletion Policy to the spec, and approving it

Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
This commit is contained in:
Gustavo Carvalho 2022-02-16 14:32:40 -03:00
parent 1e640206b6
commit 7d0c1027a3

View file

@ -4,7 +4,7 @@ title: External Secrets CRD promotion
version: v1beta1
authors: all of us
creation-date: 2022-feb-08
status: draft
status: approved
---
```
@ -12,12 +12,23 @@ status: draft
## Table of Contents
<!-- toc -->
<!-- /toc -->
- [External Secrets Operator CRD](#external-secrets-operator-crd)
- [Table of Contents](#table-of-contents)
- [Summary](#summary)
- [Motivation](#motivation)
- [Goals](#goals)
- [Non-Goals](#non-goals)
- [Terminology](#terminology)
- [User Definitions](#user-definitions)
- [User Stories](#user-stories)
- [Proposal](#proposal)
- [External Secret](#external-secret)
- [Behavior](#behavior)
- [Secret Store](#secret-store)
## Summary
This is a proposal to design the Promoted ExternalSecrets CRD.
This is a proposal to design the Promoted ExternalSecrets CRD. This proposal was approved in 16-feb-2022 during our Community Meeting.
## Motivation
@ -75,6 +86,7 @@ spec:
target:
name: my-secret
creationPolicy: 'Merge'
deletionPolicy: 'None' #Possible values are None, Merge, Delete - TBC during implementation.
template:
engineVersion: v2 #Defaults to v2 in v1beta1
type: kubernetes.io/dockerconfigjson