Skip to content
Snippets Groups Projects
Commit adc863c6 authored by Vineet Reddy Rajula's avatar Vineet Reddy Rajula
Browse files

Remove ownerRef and add argocd ignore annotation

parent 4dd11949
No related branches found
No related tags found
1 merge request!11Use oc rsync to restore files
Pipeline #2867371 passed
......@@ -2,8 +2,10 @@ apiVersion: tekton.dev/v1beta1
kind: ClusterTask
metadata:
name: clear-cache
annotations:
labels:
app: drupal
annotations:
argocd.argoproj.io/compare-options: IgnoreExtraneous
spec:
params:
- name: drupalSite
......
......@@ -2,8 +2,10 @@ apiVersion: tekton.dev/v1beta1
kind: ClusterTask
metadata:
name: database-restore
annotations:
labels:
app: drupal
annotations:
argocd.argoproj.io/compare-options: IgnoreExtraneous
spec:
params:
- name: drupalSite
......
......@@ -2,8 +2,10 @@ apiVersion: tekton.dev/v1beta1
kind: ClusterTask
metadata:
name: drupalsite-backup
annotations:
labels:
app: drupal
annotations:
argocd.argoproj.io/compare-options: IgnoreExtraneous
spec:
params:
- name: drupalSite
......
......@@ -2,8 +2,10 @@ apiVersion: tekton.dev/v1beta1
kind: ClusterTask
metadata:
name: drupalsite-restore
annotations:
labels:
app: drupal
annotations:
argocd.argoproj.io/compare-options: IgnoreExtraneous
spec:
params:
- name: drupalSite
......
......@@ -2,13 +2,6 @@ apiVersion: tekton.dev/v1beta1
kind: TaskRun
metadata:
generateName: clear-cache-
ownerReferences:
- apiVersion: tekton.dev/v1beta1
blockOwnerDeletion: true
controller: true
kind: Pipeline
name: build-test
uid: my-uid
spec:
taskRef:
name: clear-cache
......
......@@ -2,13 +2,6 @@ apiVersion: tekton.dev/v1beta1
kind: TaskRun
metadata:
generateName: database-restore-
ownerReferences:
- apiVersion: tekton.dev/v1beta1
blockOwnerDeletion: true
controller: true
kind: Pipeline
name: build-test
uid: my-uid
spec:
taskRef:
name: database-restore
......
......@@ -2,13 +2,6 @@ apiVersion: tekton.dev/v1beta1
kind: TaskRun
metadata:
generateName: drupalsite-backup-
ownerReferences:
- apiVersion: tekton.dev/v1beta1
blockOwnerDeletion: true
controller: true
kind: ClusterTask
name: build-test
uid: my-uid
spec:
taskRef:
name: drupalsite-backup
......
......@@ -2,13 +2,6 @@ apiVersion: tekton.dev/v1beta1
kind: TaskRun
metadata:
generateName: drupalsite-restore-
ownerReferences:
- apiVersion: tekton.dev/v1beta1
blockOwnerDeletion: true
controller: true
kind: ClusterTask
name: build-test
uid: my-uid
spec:
taskRef:
name: drupalsite-restore
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment