<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.bressey.me/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.bressey.me/feed.php">
        <title>Steevo Wiki argo</title>
        <description></description>
        <link>https://wiki.bressey.me/</link>
        <image rdf:resource="https://wiki.bressey.me/lib/tpl/readthedokus/images/favicon.ico" />
       <dc:date>2026-05-15T06:57:36+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.bressey.me/argo:argocd?rev=1720598134&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bressey.me/argo:workflow?rev=1706290407&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.bressey.me/lib/tpl/readthedokus/images/favicon.ico">
        <title>Steevo Wiki</title>
        <link>https://wiki.bressey.me/</link>
        <url>https://wiki.bressey.me/lib/tpl/readthedokus/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.bressey.me/argo:argocd?rev=1720598134&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-07-10T07:55:34+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Authentication</title>
        <link>https://wiki.bressey.me/argo:argocd?rev=1720598134&amp;do=diff</link>
        <description>Authentication

Use token for authentication


export ARGOCD_AUTH_TOKEN=&lt;JWT token generated from project&gt;


Login


argocd login [host] --grpc-web --name [argocd-server-name] --username admin --password xxxxxxxxxx


Update admin password


argocd account update-password --account admin --current-password xxxxx --new-password xxxxxx</description>
    </item>
    <item rdf:about="https://wiki.bressey.me/argo:workflow?rev=1706290407&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-26T17:33:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>List workflows</title>
        <link>https://wiki.bressey.me/argo:workflow?rev=1706290407&amp;do=diff</link>
        <description>List workflows

List all workflows related to a CRD


argo list -l workflow.artifakt.io/kind=[kind] -n [ns]


List all failed workflows


argo list -l workflows.argoproj.io/phase=Failed -n [ns]


Delete Failed workflows


argo delete -l workflows.argoproj.io/phase=Failed -n [ns]
argo delete -l workflows.argoproj.io/phase=Failed,workflow.artifakt.io/kind=[kind] -n [ns]</description>
    </item>
</rdf:RDF>
