Skip to content

Commit 0da92e9

Browse files
committed
some improvement
Signed-off-by: Yi Cai <yicai@redhat.com>
1 parent 4f003fc commit 0da92e9

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

docs/Integrate GitOps with Secrets Management.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -319,25 +319,13 @@ In this documentation we will add volume mounting to a deployment and configure
319319
apiVersion: apps/v1
320320
kind: Deployment
321321
metadata:
322-
creationTimestamp: null
323-
labels:
324-
app.kubernetes.io/name: taxi
325-
app.kubernetes.io/part-of: app-taxi
326-
name: taxi
327-
namespace: dev
322+
name: taxi
323+
namespace: dev
328324
spec:
329325
replicas: 1
330-
selector:
331-
matchLabels:
332-
app.kubernetes.io/name: taxi
333-
app.kubernetes.io/part-of: app-taxi
334-
strategy: {}
335326
template:
336327
metadata:
337-
creationTimestamp: null
338-
labels:
339-
app.kubernetes.io/name: taxi
340-
app.kubernetes.io/part-of: app-taxi
328+
...
341329
spec:
342330
containers:
343331
- image: nginxinc/nginx-unprivileged:latest
@@ -358,7 +346,7 @@ spec:
358346
readOnly: true
359347
volumeAttributes:
360348
secretProviderClass: "my-aws-provider"
361-
status: {}
349+
...
362350
```
363351
Click `REFRESH` on the target application page to apply the updated deployment manifest. Then you can observe that all resources will be successfully synced up.
364352

0 commit comments

Comments
 (0)